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 += \ ' ' + \