From 557ca1e787029e764060a44bf84ab42ae302a55a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Feb 2021 15:21:07 +0000 Subject: [PATCH] Back to previous id location --- webapp_timeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index b18e8754d..b5a9a41b0 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -484,7 +484,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, 'id="links" tabindex="-1">' + \ leftColumnStr + ' \n' # center column containing posts - tlStr += ' \n' + tlStr += ' \n' if not fullWidthTimelineButtonHeader: tlStr += \ @@ -502,7 +502,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, calendarImage, followApprovals, iconsAsButtons) - tlStr += '
\n' + tlStr += '
\n' # second row of buttons for moderator actions if moderator and boxName == 'moderation':