Skip to content

Commit

Permalink
make sure the js is html safe
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 1, 2011
1 parent 0350381 commit baa21df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
@@ -1,7 +1,7 @@
module ApplicationHelper
def analytics_tag
if Rails.env.production?
<<-eojs
(<<-eojs).html_safe
<script type="text/javascript">
var _gaq = _gaq || [];
Expand Down

0 comments on commit baa21df

Please sign in to comment.