Move timeline bookmark

main
Bob Mottram 2021-02-05 11:16:18 +00:00
parent 6bbb23d594
commit 668c96f6ea
1 changed files with 2 additions and 1 deletions

View File

@ -433,7 +433,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
leftColumnStr + ' </td>\n' leftColumnStr + ' </td>\n'
# center column containing posts # center column containing posts
tlStr += ' <td valign="top" class="col-center">\n' tlStr += ' <td valign="top" class="col-center">\n'
tlStr += ' <main id="timeline" tabindex="-1">\n'
if not fullWidthTimelineButtonHeader: if not fullWidthTimelineButtonHeader:
tlStr += \ tlStr += \
@ -534,6 +533,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
translate['Page up'] + '"></a>\n' + \ translate['Page up'] + '"></a>\n' + \
' </center>\n' ' </center>\n'
tlStr += ' <main id="timeline" tabindex="-1">\n'
# show the posts # show the posts
itemCtr = 0 itemCtr = 0
if timelineJson: if timelineJson: