diff --git a/webinterface.py b/webinterface.py index e28f7a4a..47e2d159 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5660,10 +5660,10 @@ def htmlNewswire(newswire: {}, nickname: str, moderator: bool, '/newswireunvote=' + dateStrLink + '" ' + \ 'title="' + translate['Remove Vote'] + '">' htmlStr += '

' + iconsDir + '/vote.png" />

\n' else: htmlStr += ' ' - htmlStr += dateShown + '

' + htmlStr += dateShown + '

\n' else: totalVotesStr = '' totalVotes = 0 @@ -5685,14 +5685,14 @@ def htmlNewswire(newswire: {}, nickname: str, moderator: bool, 'title="' + translate['Vote'] + '">' htmlStr += '' - htmlStr += '

' + htmlStr += '

\n' else: htmlStr += '

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

' + htmlStr += dateShown + '

\n' return htmlStr