diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-14 16:42:03 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-14 16:42:03 -0800 |
commit | b64dd7ab57db272fb8ad100d9cba7d1badaa95ff (patch) | |
tree | dc79bf03977cd1e4a8d69661fe0955bbdde85a36 /include/text.php | |
parent | bf013ecf00c710d6056890a6994eedd096121841 (diff) | |
parent | 62b367fa8177ed16958864a4799a0a2a9aa0119b (diff) | |
download | volse-hubzilla-b64dd7ab57db272fb8ad100d9cba7d1badaa95ff.tar.gz volse-hubzilla-b64dd7ab57db272fb8ad100d9cba7d1badaa95ff.tar.bz2 volse-hubzilla-b64dd7ab57db272fb8ad100d9cba7d1badaa95ff.zip |
Merge branch 'master' into zvi
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 6a6d814d7..646bfe749 100644 --- a/include/text.php +++ b/include/text.php @@ -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'), |