diff --git a/webapp_utils.py b/webapp_utils.py index 712ec5e7..5c35b35c 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -446,7 +446,6 @@ def htmlHeaderWithExternalStyle(cssFilename: str, css: str, lang='en') -> str: if fontName: htmlStr += ' \n' - htmlStr += ' \n' cssFile = cssFilename.split('/')[-1] htmlStr += ' ' htmlStr += ' \n'