![]() |
[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);& = "&" < = "<" > = ">" ' = "'" " = "" |
| 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