diff --git a/webinterface.py b/webinterface.py index c0191644..b381ae3a 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', '') + '

' return htmlStr