Back to previous id location

merge-requests/30/head
Bob Mottram 2021-02-15 15:21:07 +00:00
parent e06fd064b1
commit 557ca1e787
1 changed files with 2 additions and 2 deletions

View File

@ -484,7 +484,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
'id="links" tabindex="-1">' + \ 'id="links" tabindex="-1">' + \
leftColumnStr + ' </td>\n' leftColumnStr + ' </td>\n'
# center column containing posts # center column containing posts
tlStr += ' <td id="timelineposts" valign="top" class="col-center">\n' tlStr += ' <td valign="top" class="col-center">\n'
if not fullWidthTimelineButtonHeader: if not fullWidthTimelineButtonHeader:
tlStr += \ tlStr += \
@ -502,7 +502,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
calendarImage, followApprovals, calendarImage, followApprovals,
iconsAsButtons) iconsAsButtons)
tlStr += ' <div class="timeline-posts">\n' tlStr += ' <div id="timelineposts" class="timeline-posts">\n'
# second row of buttons for moderator actions # second row of buttons for moderator actions
if moderator and boxName == 'moderation': if moderator and boxName == 'moderation':