diff --git a/webinterface.py b/webinterface.py index 8c9e9ee67..aca35bb97 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5581,7 +5581,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, '\n' - if rssIconAtTop and not showHeaderImage: + if (editor or rssIconAtTop) and not showHeaderImage: htmlStr += '
' if editImageClass == 'leftColEdit': @@ -5619,7 +5619,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, if editImageClass == 'leftColEdit': htmlStr += ' \n' - if rssIconAtTop: + if (editor or rssIconAtTop) and not showHeaderImage: htmlStr += '

' if showHeaderImage: