From fd4e4c230548da385559ce2fce67d23a802c05b9 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Mon, 12 Jun 2023 09:11:51 -0700 Subject: [PATCH] build: fix GTM_ENV_AUTH escaping --- src/template.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/template.ejs b/src/template.ejs index f2302c91f..5c4e2d411 100644 --- a/src/template.ejs +++ b/src/template.ejs @@ -8,7 +8,7 @@ @@ -68,7 +68,7 @@ <% if (htmlWebpackPlugin.options.gtm_id) { %> - + <% } %>