Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=7733569baf884c5ef57107acd7ceffe06461a2b6
commit 7733569baf884c5ef57107acd7ceffe06461a2b6 Author: Pingax <[email protected]> Date: Wed Feb 9 11:36:18 2011 +0100 * Remove href diff --git a/frugalware/rss.php b/frugalware/rss.php index 3706fa4..e2fb8f3 100644 --- a/frugalware/rss.php +++ b/frugalware/rss.php @@ -207,7 +207,7 @@ $buf .= "<?xml version=\"1.0\" encoding=\"utf-8\"?> <channel> <title>".$handle['title']."</title> <description>".$handle['desc']."</description> - <link href=".$handle['link']."></link> + <link>".$handle['link']."</link> <atom:link href=\"".$handle['link']."/rss/".$_GET['type']."\" rel=\"self\" type=\"application/rss+xml\" />\n"; foreach( $handle['items'] as $i ) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
