From 19ff3e28fe221b819d16f055f7b37bf8a7985333 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 6 Sep 2001 07:43:48 +0000 Subject: - fixed HTML typo in search.inc which confused Mozilla - thanks Carl and Keith. --- includes/search.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/search.inc b/includes/search.inc index 8e74cd4f7..d1cdf9c97 100644 --- a/includes/search.inc +++ b/includes/search.inc @@ -13,7 +13,7 @@ function search_data($keys, $type) { if ($keys && $type && $result = module_invoke($type, "search", check_query($keys))) { foreach ($result as $entry) { $output .= "

\n"; - $output .= " $entry[title]
"; + $output .= " $entry[title]
"; $output .= " $entry[link]". ($entry[user] ? " - ". format_name($entry[user], $entry[name]) : "") ."". ($entry[date] ? " - ". format_date($entry[date], "small") : "") .""; $output .= "

\n"; } -- cgit v1.2.3