merge-requests/8/head
Bob Mottram 2020-10-04 22:48:14 +01:00
parent ece3569b22
commit ffd1f6f88c
1 changed files with 1 additions and 1 deletions

View File

@ -5345,7 +5345,7 @@ def htmlNewswire(newswire: str) -> str:
htmlStr += '<p class="newswireItem">' + \
'<a href="' + item[1] + '">' + item[0] + '</a><br>'
htmlStr += '<label class="newswireDate">'
htmlStr += dateStr.replace('+00:00', ' UT') + '</label></p>'
htmlStr += dateStr.replace('+00:00', '') + '</label></p>'
return htmlStr