Skip to content

Commit 96e699a

Browse files
committed
Unbreak the project...
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%4083
1 parent 8a1f1cc commit 96e699a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
headingElements = frozenset(("h1", "h2", "h3", "h4", "h5", "h6"))
3434

3535
#What about event-source and command?
36-
voidElements = frozenset("base", "link", "meta", "hr", "br", "img", "embed",
37-
"param", "area", "col", "input")
36+
voidElements = frozenset(("base", "link", "meta", "hr", "br", "img", "embed",
37+
"param", "area", "col", "input"))
3838

3939
entitiesWindows1252 = {
4040
128: 8364, # 0x80 0x20AC EURO SIGN

0 commit comments

Comments
 (0)