Switched HTMLEntities to the expanded flavor which supports a larger list of HTML entity names

This commit is contained in:
Tim Rogers 2024-05-04 19:09:20 -05:00
parent b7902225d6
commit acc2403e94
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