diff --git a/webinterface.py b/webinterface.py index 4c40bb45f..81e55fbd4 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'