At least one post for page down

main
Bob Mottram 2021-04-29 21:16:48 +01:00
parent 61bd16ef90
commit bdd428439e
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
str(itemCtr) + ' ' + str(timelineJson['orderedItems']))
# page down arrow
if itemCtr > 2:
if itemCtr > 0:
tlStr += textModeSeparator
tlStr += \
' <center>\n' + \