diff --git a/webinterface.py b/webinterface.py index 81e55fbd4..47f6e903f 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5942,7 +5942,7 @@ def htmlLinksMobile(cssCache: {}, baseDir: str, htmlStr = htmlHeader(cssFilename, profileStyle) htmlStr += \ - '' + \ + '' + \ '\n' @@ -6003,7 +6003,7 @@ def htmlNewswireMobile(cssCache: {}, baseDir: str, nickname: str, htmlStr = htmlHeader(cssFilename, profileStyle) htmlStr += \ - '' + \ + '' + \ '\n'