id on posts column

merge-requests/18/head
Bob Mottram 2021-02-15 15:16:57 +00:00
parent bf12ad059b
commit e06fd064b1
1 changed files with 2 additions and 2 deletions

View File

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