diff --git a/webinterface.py b/webinterface.py index 9e8cb8148..d75292c72 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5295,6 +5295,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, if os.path.isfile(themeRightColumnImageFilename): copyfile(themeRightColumnImageFilename, rightColumnImageFilename) + htmlStr += \ + '\n
\n' + # show the image at the top of the column editImageClass = 'rightColEdit' if os.path.isfile(rightColumnImageFilename): @@ -5325,6 +5328,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, htmlStr += ' \n' else: htmlStr += '
\n' + + htmlStr += \ + '
\n' return htmlStr