From ad593fea6ccc69a5cc5994987a58b7a570e2c41e Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 3 May 2012 00:40:54 -0700 Subject: [PATCH] single instead of double quotes [ci skip] --- app/helpers/analytics_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/analytics_helper.rb b/app/helpers/analytics_helper.rb index cf9b93c0d..7e7c3308c 100644 --- a/app/helpers/analytics_helper.rb +++ b/app/helpers/analytics_helper.rb @@ -10,7 +10,7 @@ module AnalyticsHelper javascript_tag do <<-JS var _gaq = _gaq || []; - _gaq.push(['_setAccount', "#{AppConfig[:google_a_site]}"]); + _gaq.push(['_setAccount', '#{AppConfig[:google_a_site]}']); _gaq.push(['_setCustomVar', 1, 'Role', '#{segment}']); _gaq.push(['_trackPageview']);