anjuta r4894 - trunk/www/htdocs



Author: jhs
Date: Wed Mar 25 17:06:25 2009
New Revision: 4894
URL: http://svn.gnome.org/viewvc/anjuta?rev=4894&view=rev

Log:
fixed feed url

Modified:
   trunk/www/htdocs/home.php

Modified: trunk/www/htdocs/home.php
==============================================================================
--- trunk/www/htdocs/home.php	(original)
+++ trunk/www/htdocs/home.php	Wed Mar 25 17:06:25 2009
@@ -4,7 +4,7 @@
 
 			# check the return value of fetch_rss()
 
-			$rss = fetch_rss("http://blogs.gnome.org/anjuta";);
+			$rss = fetch_rss("http://blogs.gnome.org/anjuta/feed";);
 
 			if ( $rss ) {
 				echo "<ul>";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]