Handle <ul> and <li> in html messages
This commit is contained in:
parent
ea60f484a3
commit
36a640857c
2
mbox2web
2
mbox2web
|
@ -198,7 +198,7 @@ class HTMLPart(html.parser.HTMLParser):
|
|||
allowed_tags = [
|
||||
"h2", "a", "wbr", "hr", "pre", "img", "font", "i", "br", "table", "tr",
|
||||
"th", "td", "b", "select", "option", "input", "sup", "address",
|
||||
"center", "p", "h1", "dl", "h3"
|
||||
"center", "p", "h1", "dl", "h3", "ul", "li",
|
||||
]
|
||||
hide_tags = [ "title" ]
|
||||
ignore_tags = [ "html", "head", "body", "marquee", "meta", "form", ]
|
||||
|
|
Loading…
Reference in New Issue