Extra comma

main
Bob Mottram 2021-05-14 12:29:20 +01:00
parent 5458aca794
commit 02d78be5f9
1 changed files with 1 additions and 1 deletions

View File

@ -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' + \
' </script>\n'
htmlStr = htmlStr.replace('<head>\n', '<head>\n' + websiteMarkup)