diff --git a/webapp_column_left.py b/webapp_column_left.py index 6d444d839..cb2ba283e 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -171,6 +171,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, linksList = sharesList + linksList if linksList: + htmlStr += '\n' if firstSeparatorAdded: htmlStr += separatorStr diff --git a/webapp_column_right.py b/webapp_column_right.py index 5216e241d..c8ba14c0f 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -297,6 +297,9 @@ def _htmlNewswire(baseDir: str, newswire: {}, nickname: str, moderator: bool, totalVotesStr htmlStr += ' ' htmlStr += dateShown + '

\n' + + if htmlStr: + htmlStr = '\n' return htmlStr