Skip to content
Snippets Groups Projects
Commit 05f429b1 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Add support for xhtml files

parent 74afa885
Branches
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class AbstractHTMLParser(abstract.AbstractParser):
class HTMLParser(AbstractHTMLParser):
mimetypes = {'text/html', }
mimetypes = {'text/html', 'application/xhtml+xml'}
tags_blocklist = {'meta', }
tags_required_blocklist = {'title', }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment