- HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
  now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
Daniel
diff --git a/HTMLparser.c b/HTMLparser.c
index 5509919..1e14778 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -508,8 +508,8 @@
 "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",