We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1734124 commit b49a33fCopy full SHA for b49a33f
lib/gitlab/email/html_parser.rb
@@ -11,7 +11,7 @@ def initialize(raw_body)
11
end
12
13
def document
14
- @document ||= Nokogiri::HTML(raw_body)
+ @document ||= Nokogiri::HTML.parse(raw_body)
15
16
17
def filter_replies!
0 commit comments