Switched HTMLEntities to the expanded flavor which supports a larger … (#30173)

pull/2704/head
Tim Rogers 2024-05-04 21:24:10 -05:00 committed by GitHub
parent b7902225d6
commit 2f73e486b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -282,6 +282,6 @@ class LinkDetailsExtractor
end
def html_entities
@html_entities ||= HTMLEntities.new
@html_entities ||= HTMLEntities.new(:expanded)
end
end