# File lib/action_view/helpers/javascript_helper.rb, line 168
      def javascript_tag(content, html_options = {})
        content_tag("script", javascript_cdata_section(content), html_options.merge(:type => "text/javascript"))
      end