aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-14 16:42:03 -0800
committerzotlabs <mike@macgirvin.com>2018-11-14 16:42:03 -0800
commitb64dd7ab57db272fb8ad100d9cba7d1badaa95ff (patch)
treedc79bf03977cd1e4a8d69661fe0955bbdde85a36 /include/text.php
parentbf013ecf00c710d6056890a6994eedd096121841 (diff)
parent62b367fa8177ed16958864a4799a0a2a9aa0119b (diff)
downloadvolse-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.php2
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'),