mirror of https://gitlab.com/bashrc2/epicyon
Newline
parent
ee9a8cad48
commit
e541a03a59
|
@ -74,7 +74,7 @@ def _getHelpForTimeline(baseDir: str, boxName: str) -> str:
|
||||||
helpText = helpFile.read()
|
helpText = helpFile.read()
|
||||||
helpText = helpText.replace('INSTANCE', instanceTitle)
|
helpText = helpText.replace('INSTANCE', instanceTitle)
|
||||||
return '<div class="container">\n' + \
|
return '<div class="container">\n' + \
|
||||||
markdownToHtml(removeHtml(helpText)) + \
|
markdownToHtml(removeHtml(helpText)) + '\n' + \
|
||||||
'<\div>\n'
|
'<\div>\n'
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
@ -741,9 +741,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
# 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'
|
|
||||||
|
|
||||||
# right column
|
# right column
|
||||||
rightColumnStr = getRightColumnContent(baseDir, nickname, domainFull,
|
rightColumnStr = getRightColumnContent(baseDir, nickname, domainFull,
|
||||||
|
|
Loading…
Reference in New Issue