lib/remote_table/file/html.rb in remote_table-0.2.21 vs lib/remote_table/file/html.rb in remote_table-0.2.22

- old
+ new

@@ -27,10 +27,10 @@ end # should we be doing this in ruby? def unescaped_html_without_soft_hyphens str = CGI.unescapeHTML IO.read(path) - str.gsub! /­/, '' + str.gsub! /­|\302\255/, '' str end end end