Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=b79b7f550c4d6fe3340165a268385382ca555826
commit b79b7f550c4d6fe3340165a268385382ca555826 Author: Pingax <[email protected]> Date: Wed Feb 9 11:24:00 2011 +0100 * Fix <link> diff --git a/frugalware/rss.php b/frugalware/rss.php index 49551cd..3706fa4 100644 --- a/frugalware/rss.php +++ b/frugalware/rss.php @@ -208,7 +208,7 @@ $buf .= "<?xml version=\"1.0\" encoding=\"utf-8\"?> <title>".$handle['title']."</title> <description>".$handle['desc']."</description> <link href=".$handle['link']."></link> - <atom:link href=".$handle['link']." rel=\"self\" type=\"application/rss+xml\" />\n"; + <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
