From 02db1fbda7dd471fe3a7b97fa4c75b4d51d8499e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Nov 2020 11:02:28 +0000 Subject: [PATCH] Bad quote --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'