From 566364af542f53d46f8e7176cff6b2e8447bb02f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 1 Oct 2020 23:59:19 +0100 Subject: [PATCH] Header style --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 6259683d..f0cc51bb 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5201,7 +5201,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, if lineStr.startswith('#') or lineStr.startswith('*'): lineStr = lineStr[1:].strip() htmlStr += \ - '
' + lineStr + '
\n' + '

' + lineStr + '

\n' else: htmlStr += \ '

' + lineStr + '

\n'