diff --git a/webinterface.py b/webinterface.py index 1f5bbd7d..d5171b27 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5877,7 +5877,7 @@ def htmlNewswireMobile(baseDir: str, nickname: str, iconsDir, moderator, editor, newswire, positiveVoting, True, timelinePath, True, - False) + True) htmlStr += htmlFooter() return htmlStr @@ -6564,7 +6564,7 @@ def htmlTimeline(defaultTimeline: str, httpPrefix, translate, iconsDir, moderator, editor, newswire, positiveVoting, - False, None, True, False) + False, None, True, True) tlStr += ' ' + \ rightColumnStr + ' \n' tlStr += ' \n'