Commit b49a33ff authored by http://jneen.net/'s avatar http://jneen.net/

use Nokogiri::HTML.parse instead of capitalized method

parent 17341244
......@@ -11,7 +11,7 @@ module Gitlab
end
def document
@document ||= Nokogiri::HTML(raw_body)
@document ||= Nokogiri::HTML.parse(raw_body)
end
def filter_replies!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment