diff --git a/webinterface.py b/webinterface.py index 9e34d999..510056e2 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5539,7 +5539,7 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool, iconsDir + '/vote.png" />

' else: htmlStr += ' ' - htmlStr += dateStr.replace('+00:00', '') + '

' + htmlStr += dateShown + '

' else: totalVotesStr = '' totalVotes = 0 @@ -5568,7 +5568,7 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool, item[0] + '' + \ totalVotesStr htmlStr += ' ' - htmlStr += dateStr.replace('+00:00', '') + '

' + htmlStr += dateShown + '

' return htmlStr