diff --git a/webinterface.py b/webinterface.py index 4028e531f..206cca1bd 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2298,6 +2298,7 @@ def htmlHeader(cssFilename: str, css: str, lang='en') -> str: fontFormat + '" href="' + fontName + '" crossorigin>\n' htmlStr += ' \n' htmlStr += ' \n' + htmlStr += ' \n' htmlStr += ' \n' htmlStr += ' \n' return htmlStr