Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00ee7e1

Browse files
committedMay 10, 2016
fixup! Implement InHeadNoscript context
1 parent 78fac88 commit 00ee7e1

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
@@ -847,7 +847,7 @@ def startTagHtml(self, token):
847847
return self.parser.phases["inBody"].processStartTag(token)
848848

849849
def startTagBaseLinkCommand(self, token):
850-
return self.parser.phases["inHead"].startTagBaseLinkCommand(token)
850+
return self.parser.phases["inHead"].processStartTag(token)
851851

852852
def startTagHeadNoscript(self, token):
853853
self.parser.parseError("unexpected-start-tag", {"name": token["name"]})

0 commit comments

Comments
 (0)
Please sign in to comment.