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