Skip to content

Commit

Permalink
Merge branch 'master' into scrivo/add-rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo authored Jun 7, 2024
2 parents 6ec1b69 + 4b91b5c commit e9377b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html2text.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.convert(html)
html = fix_newlines(replace_entities(html))
doc = Nokogiri::HTML(html)

Html2Text.new(doc).convert
new(doc).convert
end

def self.fix_newlines(text)
Expand Down

0 comments on commit e9377b2

Please sign in to comment.