Cleaned up the way navigation is done in the document viewer

This commit is contained in:
Veronica K. B. Olsen
2020-09-08 18:19:22 +02:00
parent 82b064fe37
commit 6ebc4ca268
3 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ class ToHtml(Tokenizer):
hStyle = ""
if self.linkHeaders:
aNm = "<a name='head_%s:T%06d'></a>" % (self.theHandle, tLine)
aNm = "<a name='T%06d'></a>" % tLine
else:
aNm = ""