diff --git a/webinterface.py b/webinterface.py index c5516a12e..974394191 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5823,6 +5823,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, nickname + '/right_col_image.png" />\n' + \ ' \n' + if rssIconAtTop and not showHeaderImage: + htmlStr += '
' + if editImageClass == 'rightColEdit': htmlStr += '\n
\n' @@ -5890,6 +5893,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, if showHeaderImage: htmlStr += '
\n' + if rssIconAtTop and not showHeaderImage: + htmlStr += '
' + # show the newswire lines newswireContentStr = \ htmlNewswire(newswire, nickname, moderator, translate,