talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 145bcd5c6033be21c3e0f64a8343cbecced39134
parent 804af9b07981803eda6596ba6e62b8d05979d482
Author: Charles Lehner <charles@claws-mail.org>
Date:   Tue, 14 Jun 2016 12:52:54 -0400

Line break after <dd>

Diffstat:
Msrc/html.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/html.c b/src/html.c @@ -689,6 +689,7 @@ static SC_HTMLState sc_html_parse_tag(SC_HTMLParser *parser) !strcmp(tag->name, "ul") || !strcmp(tag->name, "li") || !strcmp(tag->name, "table") || + !strcmp(tag->name, "dd") || !strcmp(tag->name, "tr") || (tag->name[0] == 'h' && g_ascii_isdigit(tag->name[1]))) { if (!parser->newline) {