From 7b6530fed5a35ecb3f8b699de9a0ec32a6cf7f82 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 1 Oct 2013 20:10:09 -0700 Subject: add the auto form submit even though it doesn't seem to work. Will debug it later. --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 69c258488..8efa1e925 100755 --- a/include/text.php +++ b/include/text.php @@ -726,7 +726,7 @@ function search($s,$id='search-box',$url='/search',$save = false) { $a = get_app(); $o = '
'; $o .= '
'; - $o .= ''; + $o .= ''; $o .= ''; if($save) $o .= ''; -- cgit v1.2.3