diff --git a/webapp_timeline.py b/webapp_timeline.py
index ab6043912..e1f1fd322 100644
--- a/webapp_timeline.py
+++ b/webapp_timeline.py
@@ -74,7 +74,7 @@ def _getHelpForTimeline(baseDir: str, boxName: str) -> str:
helpText = helpFile.read()
helpText = helpText.replace('INSTANCE', instanceTitle)
return '
\n' + \
- markdownToHtml(removeHtml(helpText)) + \
+ markdownToHtml(removeHtml(helpText)) + '\n' + \
'<\div>\n'
return ''
@@ -741,9 +741,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
# end of timeline-posts
tlStr += '
\n'
- if itemCtr > 0:
- # end of column-center
- tlStr += ' \n'
+ # end of column-center
+ tlStr += ' \n'
# right column
rightColumnStr = getRightColumnContent(baseDir, nickname, domainFull,