# File lib/more/facets/cgi.rb, line 31
  def escformat(str)
    esc(str).gsub(/[\r\n]+/,'
').gsub(%r|"|,'"').gsub(%r|'|,''')
  end