Fixed a few bugs

This commit is contained in:
Veronica K. B. Olsen
2019-10-19 15:05:28 +02:00
parent 16401f4c1f
commit 691717ce96
3 changed files with 8 additions and 9 deletions
-1
View File
@@ -73,7 +73,6 @@ class ToHtml(Tokenizer):
self.theResult += "<h2%s>%s</h2>\n" % (hStyle,tText)
elif tType == self.T_HEAD3:
print(tText)
self.theResult += "<h3%s>%s</h3>\n" % (hStyle,tText)
elif tType == self.T_HEAD4: