# File escape.rb, line 250
  def html_attr(str)
    '"' + Escape.html_attribute_content(str) + '"'
  end