Skip to content

Commit f1176e1

Browse files
Kevingsnedders
Kevin
authored andcommitted
Removed duplicate dispatch of noframes, fixes #100
1 parent d8f0323 commit f1176e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/html5parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def __init__(self, parser, tree):
879879
self.startTagHandler = utils.MethodDispatcher([
880880
("html", self.startTagHtml),
881881
(("base", "basefont", "bgsound", "command", "link", "meta",
882-
"noframes", "script", "style", "title"),
882+
"script", "style", "title"),
883883
self.startTagProcessInHead),
884884
("body", self.startTagBody),
885885
("frameset", self.startTagFrameset),

0 commit comments

Comments
 (0)