main
Bob Mottram 2020-10-09 15:08:45 +01:00
parent a2e73e6f4c
commit ae0b8b70ec
1 changed files with 2 additions and 2 deletions

View File

@ -5440,8 +5440,8 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool,
'<a href="' + item[1] + '">' + \
item[0] + '</a>' + \
totalVotesStr
htmlStr += ' <span class="newswireDate">'
htmlStr += dateStr.replace('+00:00', '') + '</span></p>'
htmlStr += ' '
htmlStr += dateStr.replace('+00:00', '') + '</p>'
return htmlStr