Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e463c0d2daaacb90c5ba4b5feff691c0385b956c
commit e463c0d2daaacb90c5ba4b5feff691c0385b956c Author: Pingax <[email protected]> Date: Wed Feb 9 09:09:32 2011 +0100 * Move xmlns:atom to the start of <rss> diff --git a/frugalware/rss.php b/frugalware/rss.php index b7e0aa9..a15cfab 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."" xmlns:atom=\"http://www.w3.org/2005/Atom\"> +<rss xmlns:atom=\"http://www.w3.org/2005/Atom\" version=\"2.0\"".$encoded."> <channel> <title>".$handle['title']."</title> <description>".$handle['desc']."</description> _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
