better space handling

pull/1603/head
rabuzarus 2015-05-25 16:49:57 +02:00
rodzic e040b60f67
commit 3ad674fa67
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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);