No newline

merge-requests/18/head
Bob Mottram 2021-02-15 12:57:33 +00:00
parent 7e4eaab3cb
commit ae5bf31db3
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ def getTextModeBanner(baseDir: str) -> str:
with open(textModeBannerFilename, 'r') as fp:
bannerStr = fp.read()
if bannerStr:
return bannerStr.replace('\n', '<br>\n')
return bannerStr.replace('\n', '<br>')
return None