From cf58092346a64b27e741107331dab3e69e7a70a0 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 11 Aug 2005 20:48:46 +0200 Subject: fix for recent changes if start page has a namespace #500 darcs-hash:20050811184846-7ad00-630336203cbebcaafcc5ebf10d5f628df6be0ea0.gz --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index ede4c325c..478770d3b 100644 --- a/inc/html.php +++ b/inc/html.php @@ -497,7 +497,7 @@ function html_recent($first=0){ print ""; print ' '; - print html_wikilink($id,$conf['useheading']?NULL:$id); + print html_wikilink(":$id",$conf['useheading']?NULL:$id); print ' '.htmlspecialchars($recents[$id]['sum']); print ' '; -- cgit v1.2.3