# File escape.rb, line 241 def html_attribute_content(str) str.gsub(/[&<>"]/) {|ch| HTML_ATTR_ESCAPE_HASH[ch] } end