Add some comments and add text indent to HTML

This commit is contained in:
Veronica Berglyd Olsen
2024-05-27 21:08:09 +02:00
parent aa02c0f15d
commit 770cccda49
3 changed files with 23 additions and 5 deletions
+2
View File
@@ -469,6 +469,8 @@ class ToOdt(Tokenizer):
# Process Text Types
if tType == self.T_TEXT:
# Text indentation is processed here because there is a
# dedicated pre-defined style for it
if tStyle & self.A_IND_T:
self._addTextPar(xText, S_FIND, oStyle, tText, tFmt=tFormat)
else: