# File lib/action_view/helpers/tag_helper.rb, line 73
      def escape_once(html)
        fix_double_escape(html_escape(html.to_s))
      end