At the search we should do it as well.
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user