*** oddb.org/src/plugin/who.rb 2011-11-23 08:42:36.531923162 +0100 --- who.rb 2011-11-23 09:20:30.916747489 +0100 *************** *** 53,59 **** unless(node.children.any? { |br| br.element? && br.name != 'br' }) html = node.inner_html if RUBY_VERSION < '1.9' ! html.gsub! /\240/, '' end html.gsub(/\s+/, ' ').gsub(/\s*\s*/, "\n").strip end --- 53,59 ---- unless(node.children.any? { |br| br.element? && br.name != 'br' }) html = node.inner_html if RUBY_VERSION < '1.9' ! #html.gsub! /\240/, '' end html.gsub(/\s+/, ' ').gsub(/\s*\s*/, "\n").strip end