mirror of https://gitlab.com/bashrc2/epicyon
Extra line to make hitting next page button easier on mobile without pressing other buttons
parent
17e08b2136
commit
dcc86e5279
|
@ -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) + \
|
||||||
|
|
Loading…
Reference in New Issue