From 8bddaaf136a1f2a1993e53190a9c459c7a3c5c51 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 10 Nov 2020 15:19:39 +0000 Subject: [PATCH] Newline --- webapp_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_utils.py b/webapp_utils.py index 5c35b35ce..8e5894fe1 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -447,7 +447,7 @@ def htmlHeaderWithExternalStyle(cssFilename: str, css: str, lang='en') -> str: htmlStr += ' \n' cssFile = cssFilename.split('/')[-1] - htmlStr += ' ' + htmlStr += ' \n' htmlStr += ' \n' htmlStr += ' \n' htmlStr += ' Epicyon\n'