Anime-Planet forum

Anime-Planet forum (http://www.anime-planet.com/forum/)
-   Feature Requests, Bug Reporting, and Site Questions (http://www.anime-planet.com/forum/feature-requests-bug-reporting-site-questions/)
-   -   [TO DO][BUG] AniRec RSS feed doesn't validate! (http://www.anime-planet.com/forum/feature-requests-bug-reporting-site-questions/16308-do-bug-anirec-rss-feed-doesnt-validate.html)

Imevul 02-24-2008 03:14 PM

[TO DO][BUG] AniRec RSS feed doesn't validate!
 
The RSS feed for AniRec updates (http://www.anime-planet.com/rss/anirec.xml) doesn't validate.
Check here: http://www.feedvalidator.org/check.c...rss/anirec.xml

You need to escape certain chars (like '&' in this case):
Code:

$fixedtitle = str_replace("&", "&", $title);
There's only like 5 of them, so shouldn't be too problematic. ^^
& = "&"
< = "&lt;"
> = "&gt;"
' = "&apos;"
" = "&quot;


All times are GMT -7. The time now is 08:50 PM.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0