aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-02-06 13:24:48 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-02-06 13:24:48 -0300
commitfd6ff6812d018df008ca4ec8a2b3992cc962d3dd (patch)
treee2ddaf9b8b7eaa69da561044aa2eecf4bd6427c6 /src
parent042fd5c6259f1b176ca6930599a64b46343c39e5 (diff)
parent1a81e3673da0b48a19fc1f80831c01fb06b3b179 (diff)
merge
Diffstat (limited to 'src')
-rw-r--r--src/html.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc
index 1f375da3..83462849 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -3330,7 +3330,7 @@ static void Html_parse_common_attrs(DilloHtml *html, char *tag, int tagsize)
Html_add_anchor(html, attrbuf);
}
- if (tagsize >= 10) { /* length of "<t class=i>" */
+ if (tagsize >= 11) { /* length of "<t class=i>" */
attrbuf = Html_get_attr2(html, tag, tagsize, "class",
HTML_LeftTrim | HTML_RightTrim);
if (attrbuf)