-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Block] RSSAffects the RSS Block - used to display entries from an RSS/Atom feedAffects the RSS Block - used to display entries from an RSS/Atom feed[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
What problem does this address?
Our site users often RSS Feeds to display information from PubMed. Sometimes article titles will include HTML Entities that will display in the RSS Block.
For example, at the time of writing, one of the titles in this feed is
<title>Oral administration of <em>Lactiplantibacillus plantarum</em> GKK1 ameliorates atopic dermatitis in a mouse model</title>
These HTML Entities look like <em>
tags when the block appears on the page (see screenshot below)
What is your proposed solution?
A potential solution would be to remove these HTML Entities from the RSS block titles with html_entity_decode()
Metadata
Metadata
Assignees
Labels
[Block] RSSAffects the RSS Block - used to display entries from an RSS/Atom feedAffects the RSS Block - used to display entries from an RSS/Atom feed[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended