Skip to content

Commit f1176e1

Browse files
Kevingsnedders
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy