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