HTML divs should end in a line break, and use hex values for binary flags

This commit is contained in:
Veronica K. B. Olsen
2021-01-24 13:41:26 +01:00
parent 98bf462e02
commit 034b4feff4
2 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ class ToHtml(Tokenizer):
))
retText += ", ".join(refTags)
return "<div>%s</div>" % retText
return "<div>%s</div>\n" % retText
def _buildRegEx(self):
"""Build the regular expressions