From 6581f0c0661870edc5de83106c11ca5de1ea4a3b Mon Sep 17 00:00:00 2001 From: Daniel Pierce Date: Tue, 2 Jul 2024 11:00:03 -0400 Subject: [PATCH] Fix quotes --- app/views/_ga.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_ga.html.erb b/app/views/_ga.html.erb index 61d9e41a..0f249e1f 100644 --- a/app/views/_ga.html.erb +++ b/app/views/_ga.html.erb @@ -6,6 +6,6 @@ dataLayer.push(arguments); } gtag('js', new Date()); - gtag('config', <%= Hyrax.config.google_analytics_id %>); + gtag('config', '<%= Hyrax.config.google_analytics_id %>'); <% end %>