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

<title> is also an html metadata

parent c757a9b7
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ class _HTMLParser(parser.HTMLParser):
we're using an internal queue to track all the opening/closing tags,
and hoping for the best.
"""
tag_blacklist = {'doctitle', 'meta'} # everything is lowercase
tag_blacklist = {'doctitle', 'meta', 'title'} # everything is lowercase
def __init__(self, filename):
super().__init__()
self.filename = filename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment