# File lib/webby/helpers/tag_helper.rb, line 36
  def escape_once( html )
    html.to_s.gsub(/[\"><]|&(?!([a-zA-Z]+|(#\d+));)/) { |special| ERB::Util::HTML_ESCAPE[special] }
  end