Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=0fa8380b98dedba135e680592452e20a6721b866
commit 0fa8380b98dedba135e680592452e20a6721b866 Author: Pingax <[email protected]> Date: Wed Feb 9 10:04:41 2011 +0100 * Forget to escape vars, again... diff --git a/frugalware/rss.php b/frugalware/rss.php index 079df2e..57ec57b 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>".$handle['link']."</link> - <link href="http://www.frugalware.org" rel=\"self\" type=\"application/rss+xml\" />\n"; + <link href=\"http://www.frugalware.org\" 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
