diff options
author | DM42.Net (Matt Dent) <dentm42@dm42.net> | 2018-11-13 22:59:36 -0500 |
---|---|---|
committer | DM42.Net (Matt Dent) <dentm42@dm42.net> | 2018-11-13 22:59:36 -0500 |
commit | 302d9796c47972c04f4cc2fc4417402eb2fb7444 (patch) | |
tree | 528ff8d6054551cefd273a8b90eeb5915a51c140 /include | |
parent | 1260887fa743a4e5522dea366f0a584430b0a9a0 (diff) | |
download | volse-hubzilla-302d9796c47972c04f4cc2fc4417402eb2fb7444.tar.gz volse-hubzilla-302d9796c47972c04f4cc2fc4417402eb2fb7444.tar.bz2 volse-hubzilla-302d9796c47972c04f4cc2fc4417402eb2fb7444.zip |
Revert "Filter search box before display"
This reverts commit 35e66770be6ca93c9090cdab221e6c33a410a569.
Diffstat (limited to 'include')
-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 da18080dd..076c98407 100644 --- a/include/text.php +++ b/include/text.php @@ -1075,7 +1075,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'), |