Skip to content

Commit

Permalink
Switched HTMLEntities to the expanded flavor which supports a larger … (
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyjrogers authored May 5, 2024
1 parent b790222 commit 2f73e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/link_details_extractor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,6 @@ def detector
end

def html_entities
@html_entities ||= HTMLEntities.new
@html_entities ||= HTMLEntities.new(:expanded)
end
end

0 comments on commit 2f73e48

Please sign in to comment.