Fixed bug where the page break was written over the last line of ttile/part page instead of appended

This commit is contained in:
Veronica K. B. Olsen
2019-11-01 19:39:27 +01:00
parent bc105c1f71
commit bc4fc5a0f0
+1 -1
View File
@@ -285,7 +285,7 @@ class Tokenizer():
tFormat = tToken[2]
self.theTokens[n] = (tType,tText,tFormat,self.A_CENTRE)
self.theTokens[n] = (self.T_PBREAK,"",None,self.A_LEFT)
self.theTokens.append((self.T_PBREAK,"",None,self.A_LEFT))
return