From 345f784f670ed8f41bf0435f1cba8a634597b92d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 22 May 2014 21:24:41 -0700 Subject: fix search to use in app --- include/text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 0e136fe8e..b249c9767 100755 --- a/include/text.php +++ b/include/text.php @@ -810,9 +810,9 @@ function search($s,$id='search-box',$url='/search',$save = false) { $o = '
'; $o .= '
'; $o .= ''; - $o .= ''; + $o .= ''; if(feature_enabled(local_user(),'savedsearch')) - $o .= ''; + $o .= ''; $o .= '
'; return $o; } -- cgit v1.2.3