diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-06 13:24:48 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-06 13:24:48 -0300 |
commit | fd6ff6812d018df008ca4ec8a2b3992cc962d3dd (patch) | |
tree | e2ddaf9b8b7eaa69da561044aa2eecf4bd6427c6 | |
parent | 042fd5c6259f1b176ca6930599a64b46343c39e5 (diff) | |
parent | 1a81e3673da0b48a19fc1f80831c01fb06b3b179 (diff) |
merge
-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 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) |