From 7902ece1b6173daa1697b68fdbb37f5955df6159 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 8 Oct 2020 18:30:07 +0100 Subject: [PATCH] Extra label --- webinterface.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 37c5bf1c..badd4785 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5408,8 +5408,9 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool, votesIndicator(totalVotes, positiveVoting) htmlStr += '

' + \ - '' + item[0] + '' + \ - totalVotesStr + '' + \ + '' + totalVotesStr if moderator: htmlStr += \ ' ' + \