# File lib/haml/helpers/xss_mods.rb, line 82
      def escape_once_with_haml_xss(*args)
        Haml::Util.html_safe(escape_once_without_haml_xss(*args))
      end