summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmat2/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/web.py b/libmat2/web.py
index 0a61908..b05ca3b 100644
--- a/libmat2/web.py
+++ b/libmat2/web.py
@@ -58,7 +58,7 @@ class AbstractHTMLParser(abstract.AbstractParser):
58 58
59 59
60class HTMLParser(AbstractHTMLParser): 60class HTMLParser(AbstractHTMLParser):
61 mimetypes = {'text/html', } 61 mimetypes = {'text/html', 'application/xhtml+xml'}
62 tags_blocklist = {'meta', } 62 tags_blocklist = {'meta', }
63 tags_required_blocklist = {'title', } 63 tags_required_blocklist = {'title', }
64 64