From 0fc11d5719760c819b66c96e5739f590ab3942bb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Dec 2003 17:42:43 +0000 Subject: - Fixed typo introduced by the -> patches. This might need a better fix. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 87e28f961..fb2851a0b 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -347,7 +347,7 @@ function search_data($keys = NULL) { $output .= "

". t("Matching %names ranked in order of relevance:", array("%name" => $name)) ."

"; } else { - $output .= "

". t("Matching ". $name .") .":

"; + $output .= "

". t("Matching $names") .":

"; } foreach ($result as $entry) { $output .= search_item($entry, $name); -- cgit v1.2.3