This commit is contained in:
Kovid Goyal
2013-06-12 15:29:48 +05:30
parent 6a0fb83859
commit e9ff43ab78
+1 -1
View File
@@ -82,5 +82,5 @@ def cleanup_markup(root, styles):
parent.text = span.text
parent.remove(span)
for child in span:
parent.append(span)
parent.append(child)