Extra line to make hitting next page button easier on mobile without pressing other buttons

merge-requests/22/merge
Bob Mottram 2021-10-30 16:49:31 +01:00
parent 17e08b2136
commit dcc86e5279
1 changed files with 1 additions and 0 deletions

View File

@ -941,6 +941,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
if itemCtr > 0: if itemCtr > 0:
tlStr += textModeSeparator tlStr += textModeSeparator
tlStr += \ tlStr += \
' <br>\n' + \
' <center>\n' + \ ' <center>\n' + \
' <a href="' + usersPath + '/' + boxName + '?page=' + \ ' <a href="' + usersPath + '/' + boxName + '?page=' + \
str(pageNumber + 1) + \ str(pageNumber + 1) + \