aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-02-27 05:19:43 +0000
committercorvid <corvid@lavabit.com>2010-02-27 05:19:43 +0000
commitc078e58a08a9fcfdc65631ef3dacc5ac54b5a3c3 (patch)
tree4c8f5a3a1deb1e46de863c049eb70ed3d84e9d84 /src/html.cc
parent6e9217a172572e79d1d4fbd261568bbc8bed11ac (diff)
trim some spaces
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc2
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;