From e45d8daaba0fed0deb766f46b773c3f83c596ed1 Mon Sep 17 00:00:00 2001 From: simo Date: Fri, 10 Jun 2005 23:24:34 +0000 Subject: fixed some relative links and rss problems with https --- 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 b2f4590..94e193d 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -87,7 +87,7 @@ $q.= "WHERE DummyPkg != 1 "; $q.= "ORDER BY SubmittedTS DESC "; $q.= "LIMIT 0 , 10"; $result = db_query($q,$dbh); -print "".__("Latest Packages:")."(rss)
\n"; +print "".__("Latest Packages:")."(rss)
\n"; while ($row = mysql_fetch_assoc($result)) { print " "; print $row["Name"]."
\n"; -- cgit v1.2.3-54-g00ecf