fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.38k stars 345 forks source link

Escaped characters in lateral bar #1241

Closed davidoskky closed 3 years ago

davidoskky commented 3 years ago

In the lateral bar if the name of a tag or a source contains a character that needs to be escaped in html, the escaped version is displayed. & is displayed as & and so on.

To reproduce this issue you can add a source, inserting the character & in the title or in the tag.

jtojnar commented 3 years ago

Thanks for reporting. This was a downfall from https://github.com/fossar/selfoss/pull/1184 and it should be fixed now.