[Commits] [SCM] claws branch, master, updated. 3.13.0-44-gb1168c7

claws at claws-mail.org claws at claws-mail.org
Tue Nov 10 15:41:41 CET 2015


The branch, master has been updated
       via  b1168c7ffc081d05fe2b600d5dd22b40a3c926c6 (commit)
      from  b490620975005ccfc65bd92fbe23fe8dc3a1427d (commit)

Summary of changes:
 src/html.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit b1168c7ffc081d05fe2b600d5dd22b40a3c926c6
Author: Paul <paul at claws-mail.org>
Date:   Tue Nov 10 14:29:13 2015 +0000

    workaround broken links in html
    
    normally, with unbroken html, we'd never get here cos it would have
    breaked before.

diff --git a/src/html.c b/src/html.c
index 8f36260..19cb52c 100644
--- a/src/html.c
+++ b/src/html.c
@@ -658,6 +658,7 @@ static SC_HTMLState sc_html_parse_tag(SC_HTMLParser *parser)
 				break;
 			}
 		}
+		parser->state = SC_HTML_HREF_BEG;
 	} else if (!strcmp(tag->name, "/a")) {
 		parser->state = SC_HTML_HREF;
 	} else if (!strcmp(tag->name, "p")) {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list