# File lib/hikidoc.rb, line 746
    def escape_html_param(str)
      escape_quote(escape_html(str))
    end