Compare commits

...
+1 -1
View File
@@ -10,7 +10,7 @@ class HtmlParser
end end
def document def document
@document ||= Nokogiri::HTML(raw_body) @document ||= Nokogiri::HTML(raw_body, nil, 'UTF-8')
end end
def filter_replies! def filter_replies!