Merge branch 'master' into zvi

This commit is contained in:
zotlabs
2018-11-14 16:42:03 -08:00
6 changed files with 33 additions and 33 deletions

View File

@@ -1061,7 +1061,7 @@ function micropro($contact, $redirect = false, $class = '', $mode = false) {
function search($s,$id='search-box',$url='/search',$save = false) {
return replace_macros(get_markup_template('searchbox.tpl'),array(
'$s' => htmlspecialchars($s),
'$s' => $s,
'$id' => $id,
'$action_url' => z_root() . $url,
'$search_label' => t('Search'),