0
Solucionado

RSS feed bug - title tag entity reference

Popeye hace 14 años actualizado por Aditya Sahay hace 14 años 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?

Respuesta

Respuesta
Solucionado
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.
Respuesta
Solucionado
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.