Skip to content

Commit 261179b

Browse files
committed
oops
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40223
1 parent 3d2e54c commit 261179b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ def endTagOther(self, name):
12001200
pass
12011201
break
12021202
else:
1203-
if node in specialElements | scopingElements:
1203+
if node.name in specialElements | scopingElements:
12041204
self.parser.parseError()
12051205
break
12061206

0 commit comments

Comments
 (0)