Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=13f52d621454ce0b8c039edc409a56d1d63a0539
commit 13f52d621454ce0b8c039edc409a56d1d63a0539 Author: Pingax <[email protected]> Date: Wed Feb 9 10:30:07 2011 +0100 * Fix link diff --git a/frugalware/rss.php b/frugalware/rss.php index 903ed8a..7f8c0fc 100644 --- a/frugalware/rss.php +++ b/frugalware/rss.php @@ -207,7 +207,8 @@ $buf .= "<?xml version=\"1.0\" encoding=\"utf-8\"?> <channel> <title>".$handle['title']."</title> <description>".$handle['desc']."</description> - <atom:link href=\"http://www.frugalware.org\" rel=\"self\" type=\"application/rss+xml\" />\n"; + <link href=".$handle['link']."></link> + <atom:link href=\"".$handle['link']."" 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
