diff options
author | corvid <corvid@lavabit.com> | 2010-02-27 05:19:43 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-02-27 05:19:43 +0000 |
commit | c078e58a08a9fcfdc65631ef3dacc5ac54b5a3c3 (patch) | |
tree | 4c8f5a3a1deb1e46de863c049eb70ed3d84e9d84 /src/html.cc | |
parent | 6e9217a172572e79d1d4fbd261568bbc8bed11ac (diff) |
trim some spaces
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index 21cfe2c4..be82fe7f 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1920,7 +1920,7 @@ static void Html_tag_open_font(DilloHtml *html, const char *tag, int tagsize) static void Html_tag_open_abbr(DilloHtml *html, const char *tag, int tagsize) { const char *attrbuf; - + if (prefs.show_tooltip && (attrbuf = a_Html_get_attr(html, tag, tagsize, "title"))) { CssPropertyList props; |