Remove Atom link that does not exist in RSS 2.0 spec.
darkmorford -
8139ce4867fc
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -197,11 +197,10 header("Content-Type: application/rss+xml; charset=utf-8");
197 197
198 198 echo '<?xml version="1.0" encoding="utf-8"?>', "\n";
199 199 ?>
200 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
200 <rss version="2.0">
201 201 <channel>
202 202 <title><?php echo $f_title; ?></title>
203 203 <link>http://www.megatokyo.com</link>
204 <atom:link href="<?php echo SITE_HOST . $_SERVER['REQUEST_URI'] ?>" rel="self" type="application/rss+xml" />
205 204 <description><?php echo $f_desc; ?></description>
206 205 <language>en-us</language>
207 206 <copyright>Fred Gallagher</copyright>
Comments 0
You need to be logged in to leave comments. Login now