Section endings

merge-requests/30/head
Bob Mottram 2021-02-26 12:37:02 +00:00
parent 39ca550503
commit 9caf332e51
1 changed files with 5 additions and 4 deletions

View File

@ -738,6 +738,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
elif itemCtr == 0:
tlStr += _getHelpForTimeline(baseDir, boxName)
if itemCtr > 0:
# end of timeline-posts
tlStr += ' </div>\n'