0
Corrigé

RSS feed bug - title tag entity reference

Popeye il y a 14 ans mis à jour par Aditya Sahay il y a 14 ans 0
Hi, when parsing my personal rss feed I found you dont encode special characters like ampersand and apostrophe like & and ' . The description tag is correct though. How come?

Solution

Solution
Corrigé
Fixed it (somewhat). Have escaped HTML from the title.

There's one possible issue here - some clients may not know what to do with the escaped HTML in title (unescape, strip or show escaped). I hope your plugin will unescape or strip them, the escaped html strings look ugly.
Solution
Corrigé
Fixed it (somewhat). Have escaped HTML from the title.

There's one possible issue here - some clients may not know what to do with the escaped HTML in title (unescape, strip or show escaped). I hope your plugin will unescape or strip them, the escaped html strings look ugly.