]> git.mxchange.org Git - friendica.git/commitdiff
better space handling
authorrabuzarus <>
Mon, 25 May 2015 14:49:57 +0000 (16:49 +0200)
committerrabuzarus <>
Mon, 25 May 2015 14:49:57 +0000 (16:49 +0200)
mod/search.php

index d1bd5d63100ea4a23fd56ca6cc053eaa9aeccf98..f759a7f9910c293072609840092efe75a4f08ef4 100644 (file)
@@ -177,9 +177,9 @@ function search_content(&$a) {
 
 
        if($tag)
-               $o .= '<h2>' . t('Items tagged with: ')  . $search . '</h2>';
+               $o .= '<h2>' . t('Items tagged with:')  . ' ' . $search . '</h2>';
        else
-               $o .= '<h2>' . t('Search results for: ') . $search . '</h2>';
+               $o .= '<h2>' . t('Search results for:') . ' ' . $search . '</h2>';
 
        logger("Start Conversation for '".$search."'", LOGGER_DEBUG);
        $o .= conversation($a,$r,'search',false);