From: rabuzarus <> Date: Mon, 25 May 2015 14:49:57 +0000 (+0200) Subject: better space handling X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ad674fa67b0899dee72e61c1c156e8cdec885f5;p=friendica.git better space handling --- diff --git a/mod/search.php b/mod/search.php index d1bd5d6310..f759a7f991 100644 --- a/mod/search.php +++ b/mod/search.php @@ -177,9 +177,9 @@ function search_content(&$a) { if($tag) - $o .= '

' . t('Items tagged with: ') . $search . '

'; + $o .= '

' . t('Items tagged with:') . ' ' . $search . '

'; else - $o .= '

' . t('Search results for: ') . $search . '

'; + $o .= '

' . t('Search results for:') . ' ' . $search . '

'; logger("Start Conversation for '".$search."'", LOGGER_DEBUG); $o .= conversation($a,$r,'search',false);