Skip to content
Snippets Groups Projects
Commit 96b60e42 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

hide namespace in ajax quicksearch

darcs-hash:20050904114117-7ad00-8d5288f7f51f4ac4f8d13f9fddac97b3b1620e94.gz
parent 1f5a6968
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ function ajax_qsearch(){
print '<ul>';
foreach($data as $id){
print '<li>';
print html_wikilink(':'.$id,$conf['useheading']?NULL:$id);
print html_wikilink(':'.$id);
print '</li>';
}
print '</ul>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment