diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-08-11 20:48:46 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-08-11 20:48:46 +0200 |
commit | cf58092346a64b27e741107331dab3e69e7a70a0 (patch) | |
tree | da6e9a1fcfc42bbf64c74bd04bb946f67c62383c | |
parent | 47d4ba7014dcb6c55c490032c5d5895813aac202 (diff) | |
download | rpg-cf58092346a64b27e741107331dab3e69e7a70a0.tar.gz rpg-cf58092346a64b27e741107331dab3e69e7a70a0.tar.bz2 |
fix for recent changes if start page has a namespace #500
darcs-hash:20050811184846-7ad00-630336203cbebcaafcc5ebf10d5f628df6be0ea0.gz
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<img $att />"; print '</a> '; - print html_wikilink($id,$conf['useheading']?NULL:$id); + print html_wikilink(":$id",$conf['useheading']?NULL:$id); print ' '.htmlspecialchars($recents[$id]['sum']); print ' <span class="user">'; |