module Haml::Helpers::XssMods

def escape_once_with_haml_xss(*args)

Output is always HTML safe
def escape_once_with_haml_xss(*args)
  Haml::Util.html_safe(escape_once_without_haml_xss(*args))
end