From 668c96f6ea0238dcfa2b39a9e4eac8aa68a2c1c7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Feb 2021 11:16:18 +0000 Subject: [PATCH] Move timeline bookmark --- webapp_timeline.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index 66bbf7837..d3c950ba1 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -433,7 +433,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, leftColumnStr + ' \n' # center column containing posts tlStr += ' \n' - tlStr += '
\n' if not fullWidthTimelineButtonHeader: tlStr += \ @@ -534,6 +533,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, translate['Page up'] + '">\n' + \ ' \n' + tlStr += '
\n' + # show the posts itemCtr = 0 if timelineJson: