From 3985aa07b4d81474615a3bb8e5a94a0217715267 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 10 Oct 2013 02:15:44 -0700 Subject: more icon tweaks - this could be going on for some time; try to get icon code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/text.php b/include/text.php index 8efa1e925..8f700458c 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