diff --git a/webinterface.py b/webinterface.py index 8fe8b67be..bdae2054c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5345,7 +5345,7 @@ def htmlNewswire(newswire: str) -> str: htmlStr += '

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

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

' return htmlStr