summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
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">';