diff --git a/webinterface.py b/webinterface.py index aca35bb97..7e20bf4ff 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5623,7 +5623,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, htmlStr += '
' if showHeaderImage: - htmlStr += '
' + htmlStr += '
' linksFilename = baseDir + '/accounts/links.txt' linksFileContainsEntries = False @@ -5828,7 +5828,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, nickname + '/right_col_image.png" />\n' + \ ' \n' - if rssIconAtTop and not showHeaderImage: + if (showPublishButton or editor or rssIconAtTop) and not showHeaderImage: htmlStr += '
' if editImageClass == 'rightColEdit': @@ -5898,7 +5898,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, if showHeaderImage: htmlStr += '
\n' - if rssIconAtTop and not showHeaderImage: + if (showPublishButton or editor or rssIconAtTop) and not showHeaderImage: htmlStr += '

' # show the newswire lines