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'