merge-requests/21/head
Bob Mottram 2021-02-26 12:42:29 +00:00
parent e541a03a59
commit 993ae3141e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def _getHelpForTimeline(baseDir: str, boxName: str) -> str:
helpText = helpText.replace('INSTANCE', instanceTitle)
return '<div class="container">\n' + \
markdownToHtml(removeHtml(helpText)) + '\n' + \
'<\div>\n'
'</div>\n'
return ''