We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9308489 commit e55165fCopy full SHA for e55165f
1 file changed
parser.py
@@ -1200,8 +1200,8 @@ def endTagOther(self, name):
1200
pass
1201
break
1202
else:
1203
- if (node not in formattingElements and
1204
- node in specialElements | scopingElements):
+ if node not in formattingElements \
+ or node in specialElements | scopingElements:
1205
self.parser.parseError()
1206
1207
0 commit comments