From 12de6e214147092c783cfb62c9c0b8854b8867ae Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 23 Oct 2020 11:05:58 +0100 Subject: [PATCH] Publish as icon --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'