From b86ae9cb3f164070ba69ef4ac797bd9b47e8e4a4 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Tue, 18 Jun 2019 23:14:18 +0200 Subject: [PATCH] Handle div and span elements --- mbox2web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]