diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ if ( $page['section']=='search' and $page['start']==0 and { $hints[] = '<a href="' . make_index_url(array('tags'=>array($tag))) . '">' - .$tag['name'] + .trigger_event('render_tag_name', $tag['name']) .'</a>'; } $template->assign( 'tag_search_results', $hints); |