From f32eb971a422a214e222339eebdec4c7acb654f5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 21 Jul 2019 11:30:57 -0700 Subject: [PATCH] Properly close script tag --- src/html/_js_base.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/_js_base.html.template b/src/html/_js_base.html.template index e92b64036c..7502ffec18 100644 --- a/src/html/_js_base.html.template +++ b/src/html/_js_base.html.template @@ -17,7 +17,7 @@ }; if (!("customElements" in window && "content" in document.createElement("template"))) { - document.write(""); } var isS101 = /\s+Version\/10\.1(?:\.\d+)?\s+Safari\//.test(navigator.userAgent);