Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1176e1

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎html5lib/html5parser.py

Copy file name to clipboardExpand all lines: html5lib/html5parser.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.