diff options
Diffstat (limited to 'inc/html.php')
-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 c6c007553..f83300798 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,$conf['useheading']?NULL:$id); + print html_wikilink(':'.$id,null); print '</li> '; } print '</ul> '; |