8000 Fixed issue 97 · awesome-python/html5lib-python@a64695b · GitHub
[go: up one dir, main page]

Skip to content
< 8000 /react-partial>

Commit a64695b

Browse files
committed
Fixed issue 97
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401274
1 parent 6cd3237 commit a64695b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html5lib/treebuilders/simpletree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(self):
8181
def __unicode__(self):
8282
return "#document"
8383

84-
def toxml(self, encoding="utf=8"):
84+
def toxml(self, encoding="utf-8"):
8585
result = ""
8686
for child in self.childNodes:
8787
result += child.toxml()

0 commit comments

Comments
 (0)
0