mirror of https://gitlab.com/bashrc2/epicyon
Section endings
parent
9caf332e51
commit
ee9a8cad48
|
@ -738,10 +738,10 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
elif itemCtr == 0:
|
elif itemCtr == 0:
|
||||||
tlStr += _getHelpForTimeline(baseDir, boxName)
|
tlStr += _getHelpForTimeline(baseDir, boxName)
|
||||||
|
|
||||||
if itemCtr > 0:
|
# end of timeline-posts
|
||||||
# end of timeline-posts
|
tlStr += ' </div>\n'
|
||||||
tlStr += ' </div>\n'
|
|
||||||
|
|
||||||
|
if itemCtr > 0:
|
||||||
# end of column-center
|
# end of column-center
|
||||||
tlStr += ' </td>\n'
|
tlStr += ' </td>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue