Section endings

merge-requests/30/head
Bob Mottram 2021-02-26 12:38:13 +00:00
parent 9caf332e51
commit ee9a8cad48
1 changed files with 3 additions and 3 deletions

View File

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