mirror of https://gitlab.com/bashrc2/epicyon
Remove unused markup if there are no timeline items
parent
69f14261c8
commit
d2633867a3
|
@ -671,11 +671,12 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
translate['Page down'] + '"></a>\n' + \
|
translate['Page down'] + '"></a>\n' + \
|
||||||
' </center>\n'
|
' </center>\n'
|
||||||
|
|
||||||
# end of timeline-posts
|
if itemCtr > 0:
|
||||||
tlStr += ' </div>\n'
|
# end of timeline-posts
|
||||||
|
tlStr += ' </div>\n'
|
||||||
|
|
||||||
# end of column-center
|
# end of column-center
|
||||||
tlStr += ' </td>\n'
|
tlStr += ' </td>\n'
|
||||||
|
|
||||||
# right column
|
# right column
|
||||||
rightColumnStr = getRightColumnContent(baseDir, nickname, domainFull,
|
rightColumnStr = getRightColumnContent(baseDir, nickname, domainFull,
|
||||||
|
|
Loading…
Reference in New Issue