From a1222d6430f86ed83aa4d464f30fe2e9742a4d1d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 24 Sep 2001 18:46:07 +0000 Subject: - Fixed translation bugs (reported by Alexander Schwartz) --- modules/search.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/search.module') diff --git a/modules/search.module b/modules/search.module index 86049d67d..afe827b2e 100644 --- a/modules/search.module +++ b/modules/search.module @@ -17,7 +17,7 @@ function search_item($item, $type) { $output .= " ". $item["title"] ."
"; $output .= " $type ". ($item["user"] ? " - ". $item["user"] : "") ."". ($item["date"] ? " - ". format_date($item["date"], "small") : "") .""; $output .= "

"; - + return $output; } @@ -70,7 +70,7 @@ function search_page() { /* ** Display form and search results: */ - + $theme->header(); if ($form) { -- cgit v1.2.3