Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=24ae921a913eb78a75d5be2488b06b3df441696d
commit 24ae921a913eb78a75d5be2488b06b3df441696d Author: Pingax <[email protected]> Date: Wed Feb 9 09:06:09 2011 +0100 Fix <rss> element diff --git a/frugalware/rss.php b/frugalware/rss.php index 98bb581..b7e0aa9 100644 --- a/frugalware/rss.php +++ b/frugalware/rss.php @@ -203,7 +203,7 @@ switch($_GET['type']) header('Content-Type: application/xml; charset=utf-8'); $buf = ""; $buf .= "<?xml version=\"1.0\" encoding=\"utf-8\"?> -<rss version=\"2.0\"".$encoded."> +<rss version=\"2.0\"".$encoded."" xmlns:atom=\"http://www.w3.org/2005/Atom\"> <channel> <title>".$handle['title']."</title> <description>".$handle['desc']."</description> _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
