summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-01-19 01:53:10 +0100
committerAndreas Gohr <andi@splitbrain.org>2008-01-19 01:53:10 +0100
commitebbb1c49eccd0e5999b4204ea1782141fabceca5 (patch)
treec5fb3a4072658f0dbf8fc044a7bc87ba66e08dee
parent96cda5bf14b9eeeb072a6446a684055a0b58e895 (diff)
downloadrpg-ebbb1c49eccd0e5999b4204ea1782141fabceca5.tar.gz
rpg-ebbb1c49eccd0e5999b4204ea1782141fabceca5.tar.bz2
correct fix for FS#1227
darcs-hash:20080119005310-7ad00-055e1aaf63625c0ab9bfd31f49fd9c7cba5972a8.gz
-rw-r--r--inc/html.php2
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> ';