diff --git a/webinterface.py b/webinterface.py index b6b0ab4c..0baba49a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5427,8 +5427,9 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool, if moderator and moderatedItem: htmlStr += '

' + \ - '' + item[0] + '' + \ - totalVotesStr + '' + \ + '' + totalVotesStr htmlStr += \ ' ' + \ '' + \ - '' + item[0] + '' + \ + '' + \ + '' + \ totalVotesStr htmlStr += '

'