More improvements, mostly string formatting

This commit is contained in:
Veronica K. B. Olsen
2020-10-15 22:44:47 +02:00
parent e0d15a882e
commit 7deee064d0
4 changed files with 13 additions and 10 deletions
+1
View File
@@ -41,6 +41,7 @@ class ToHtml(Tokenizer):
def __init__(self, theProject, theParent):
Tokenizer.__init__(self, theProject, theParent)
self.genMode = self.M_EXPORT
self.cssStyles = True