We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1f1cc commit 96e699aCopy full SHA for 96e699a
1 file changed
constants.py
@@ -33,8 +33,8 @@
33
headingElements = frozenset(("h1", "h2", "h3", "h4", "h5", "h6"))
34
35
#What about event-source and command?
36
-voidElements = frozenset("base", "link", "meta", "hr", "br", "img", "embed",
37
- "param", "area", "col", "input")
+voidElements = frozenset(("base", "link", "meta", "hr", "br", "img", "embed",
+ "param", "area", "col", "input"))
38
39
entitiesWindows1252 = {
40
128: 8364, # 0x80 0x20AC EURO SIGN
0 commit comments