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 f83300798..4dfa237a0 100644 --- a/inc/html.php +++ b/inc/html.php @@ -332,7 +332,7 @@ function html_search(){ print '<ul class="search_quickhits">'; foreach($data as $id){ print '<li> '; - print html_wikilink(':'.$id,null); + print html_wikilink(':'.$id,noNS($id)); print '</li> '; } print '</ul> '; |