From 84a3baddc931a9cdcc6b687bf8e14982772ed286 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 1 Oct 2020 21:13:42 +0100 Subject: [PATCH] Links in paragraphs --- webinterface.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webinterface.py b/webinterface.py index 0296e739..4c32ee63 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5154,11 +5154,11 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, if moderator: htmlStr += \ '
\n' + \ - ' ' + \ '\n' + \ + iconsDir + '/edit.png" />\n' + \ '
\n' linksFilename = baseDir + '/accounts/links.txt' @@ -5191,8 +5191,8 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, lineStr = lineStr[:len(lineStr)-1] # add link to the returned html htmlStr += \ - '
' + \ - lineStr + '\n' + '

' + \ + lineStr + '

\n' return htmlStr