missing quotes. ugh. [ci skip]

This commit is contained in:
danielgrippi 2012-05-30 16:50:31 -07:00
parent 9e42d4386f
commit ee27764816

View file

@ -20,7 +20,7 @@ module AnalyticsHelper
include_analytics "mixpanel" do
javascript_tag do
<<-JS.html_safe
mixpanel.name_tag(#{current_user.guid});
mixpanel.name_tag("#{current_user.guid}");
JS
end
end