fusion icon indicating copy to clipboard operation
fusion copied to clipboard

[BUG] HTML special characters don't render in title

Open mtlynch opened this issue 9 months ago • 0 comments

I noticed a feed where we're not rendering HTML special characters

Image

Even though the RSS looks correct:

<title type="html">Belief =&gt; Actions =&gt; Results</title>

Environments

  • Version: 0.9.0
  • OS: Linux
  • Device & Browser: Firefox

Steps To Reproduce

  1. Add a feed where the title contains HTML special characters like https://www.karllhughes.com/feed.xml
  2. View feed

The Current Behavior

The item title displays without rendering HTML special characters like:

  • Belief =&gt; Actions =&gt; Results

The Expected Behavior

The item title renders HTML special characters like:

  • Belief => Actions => Results

mtlynch avatar Mar 20 '25 20:03 mtlynch