mirror of https://gitlab.com/bashrc2/epicyon
Slash
parent
e541a03a59
commit
993ae3141e
|
@ -75,7 +75,7 @@ def _getHelpForTimeline(baseDir: str, boxName: str) -> str:
|
||||||
helpText = helpText.replace('INSTANCE', instanceTitle)
|
helpText = helpText.replace('INSTANCE', instanceTitle)
|
||||||
return '<div class="container">\n' + \
|
return '<div class="container">\n' + \
|
||||||
markdownToHtml(removeHtml(helpText)) + '\n' + \
|
markdownToHtml(removeHtml(helpText)) + '\n' + \
|
||||||
'<\div>\n'
|
'</div>\n'
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue