HTML divs should end in a line break, and use hex values for binary flags
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user