Merge branch 'main' into dev
This commit is contained in:
+1
-1
@@ -337,7 +337,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