From 0acf764f3f10a32475745161a437e334360695ec Mon Sep 17 00:00:00 2001 From: jodiegardiner Date: Mon, 10 Jul 2023 11:58:58 +0000 Subject: [PATCH] fix quotes --- ckanext/googleanalytics/templates-2.9/base.html | 2 +- ckanext/googleanalytics/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ckanext/googleanalytics/templates-2.9/base.html b/ckanext/googleanalytics/templates-2.9/base.html index 6e4d9e6..9702a11 100644 --- a/ckanext/googleanalytics/templates-2.9/base.html +++ b/ckanext/googleanalytics/templates-2.9/base.html @@ -43,7 +43,7 @@ gtag('config', 'G-YNH7ZB4LTH', {"debug_mode": true, "custom_map": {"dimension2": "dataset", "dimension3": "user_type", "dimension1": "org"}, "user_type": "public", "anonymizeIp": true}); - + {% endblock %} diff --git a/ckanext/googleanalytics/templates/base.html b/ckanext/googleanalytics/templates/base.html index 38b8bb7..bbcf957 100644 --- a/ckanext/googleanalytics/templates/base.html +++ b/ckanext/googleanalytics/templates/base.html @@ -43,6 +43,6 @@ gtag('config', 'G-YNH7ZB4LTH', {"debug_mode": true, "custom_map": {"dimension2": "dataset", "dimension3": "user_type", "dimension1": "org"}, "user_type": "public", "anonymizeIp": true}); - + {% endblock %}