fusion
fusion copied to clipboard
[BUG] HTML special characters don't render in title
I noticed a feed where we're not rendering HTML special characters
Even though the RSS looks correct:
<title type="html">Belief => Actions => Results</title>
Environments
- Version: 0.9.0
- OS: Linux
- Device & Browser: Firefox
Steps To Reproduce
- Add a feed where the title contains HTML special characters like https://www.karllhughes.com/feed.xml
- View feed
The Current Behavior
The item title displays without rendering HTML special characters like:
Belief => Actions => Results
The Expected Behavior
The item title renders HTML special characters like:
Belief => Actions => Results