From 3f7330d202e380cc240007746817d18ea6b635dc Mon Sep 17 00:00:00 2001 From: simo Date: Fri, 1 Jul 2005 00:33:45 +0000 Subject: Advertise RSS on main page and fixed guidelines CSS --- web/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/index.php') diff --git a/web/html/index.php b/web/html/index.php index da4a351..ac5026b 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -90,7 +90,7 @@ $q.= "WHERE DummyPkg != 1 "; $q.= "ORDER BY SubmittedTS DESC "; $q.= "LIMIT 0 , 10"; $result = db_query($q,$dbh); -print '
'.__("Recent Updates").'
'."\n"; +print '
'.__("Recent Updates").'(rss)
'."\n"; while ($row = mysql_fetch_assoc($result)) { print '
- '; print $row["Name"]." ".$row["Version"].""; -- cgit v1.2.3-70-g09d2