From 43dadebd413fe17a64e6bccb9484520e2c5d5310 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 24 Apr 2001 11:23:35 +0000 Subject: [PATCH] =?UTF-8?q?-=20HTMLparser.c:=20Jonas=20Borgstr=F6m=20patch?= =?UTF-8?q?,=20the=20,=20and=20=20elements=20=20=20now=20means=20t?= =?UTF-8?q?he=20end=20of=20any=20open=20,,,,,.=20D?= =?UTF-8?q?aniel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 5 +++++ HTMLparser.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5b00746..20f484a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard + + * HTMLparser.c: Jonas Borgström patch, the , and elements + now means the end of any open ,,,,,. + Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am diff --git a/HTMLparser.c b/HTMLparser.c index 55099192..1e147789 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -508,8 +508,8 @@ const char *htmlStartClose[] = { "col", "caption", "col", "p", NULL, "table", "p", "head", "h1", "h2", "h3", "h4", "h5", "h6", "pre", "listing", "xmp", "a", NULL, -"th", "th", "td", NULL, -"td", "th", "td", "p", NULL, +"th", "th", "td", "p", "span", "font", "a", "b", "i", "u", NULL, +"td", "th", "td", "p", "span", "font", "a", "b", "i", "u", NULL, "tr", "th", "td", "tr", "caption", "col", "colgroup", "p", NULL, "thead", "caption", "col", "colgroup", NULL, "tfoot", "th", "td", "tr", "caption", "col", "colgroup", "thead",