At the search we should do it as well.

This commit is contained in:
Michael Vogel 2016-09-23 06:36:48 +00:00
parent 3f35fed35a
commit 5f9a392fc4
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ function search($s,$id='search-box',$url='search',$save = false, $aside = true)
$a = get_app(); $a = get_app();
$values = array( $values = array(
'$s' => $s, '$s' => htmlspecialchars($s),
'$id' => $id, '$id' => $id,
'$action_url' => $url, '$action_url' => $url,
'$search_label' => t('Search'), '$search_label' => t('Search'),