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: