diff options
-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">'; |