diff --git a/mbox2web b/mbox2web index d148017..0cd4048 100755 --- a/mbox2web +++ b/mbox2web @@ -451,7 +451,7 @@ class HTMLPart(html.parser.HTMLParser): "h2", "a", "wbr", "hr", "pre", "img", "font", "i", "br", "table", "tr", "th", "td", "b", "select", "option", "input", "sup", "address", "center", "p", "h1", "dl", "h3", "ul", "li", "ol", "u", "blockquote", - "h4", + "h4", "div", "span" ] hide_tags = [ "title" ] ignore_tags = [ "html", "head", "body", "marquee", "meta", "form", ]