diff --git a/webapp_utils.py b/webapp_utils.py index 5c6c257cb..a7fc83301 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -779,7 +779,7 @@ def htmlHeaderWithWebsiteMarkup(cssFilename: str, instanceTitle: str, ' "encodingFormat" : [\n' + \ ' "text/html", "image/png", "image/webp",\n' + \ ' "image/jpeg", "image/gif", "text/css"\n' + \ - ' ],\n' + \ + ' ]\n' + \ ' }\n' + \ ' \n' htmlStr = htmlStr.replace('\n', '\n' + websiteMarkup)