mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
9496db2bf3
commit
a3f5b3345d
|
@ -688,12 +688,11 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
translate['Page down'] + '"></a>\n' + \
|
||||
' </center>\n'
|
||||
|
||||
if itemCtr > 0:
|
||||
# end of timeline-posts
|
||||
tlStr += ' </div>\n'
|
||||
# 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