Separator before and after page down

main
Bob Mottram 2021-02-07 21:41:57 +00:00
parent 4148c68470
commit 033dc4a238
1 changed files with 2 additions and 0 deletions

View File

@ -683,6 +683,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
# page down arrow # page down arrow
if itemCtr > 2: if itemCtr > 2:
tlStr += textModeSeparator
tlStr += \ tlStr += \
' <center>\n' + \ ' <center>\n' + \
' <a href="' + usersPath + '/' + boxName + '?page=' + \ ' <a href="' + usersPath + '/' + boxName + '?page=' + \
@ -692,6 +693,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
translate['Page down'] + '" alt="' + \ translate['Page down'] + '" alt="' + \
translate['Page down'] + '"></a>\n' + \ translate['Page down'] + '"></a>\n' + \
' </center>\n' ' </center>\n'
tlStr += textModeSeparator
# end of timeline-posts # end of timeline-posts
tlStr += ' </div>\n' tlStr += ' </div>\n'