Fix url typo

This commit is contained in:
Paulo Gustavo Veiga 2022-05-29 22:07:38 -07:00
parent b44ace6992
commit 038c4fa6fe

View File

@ -21,7 +21,7 @@
</script>
<c:if test="${requestScope['google.analytics.enabled']}">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id='${requestScope['google.analytics.account']}'"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=${requestScope['google.analytics.account']}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}