From ca95b491ffc8d8325408be0161094371376c1b84 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 11 Jan 2002 22:09:11 +0000 Subject: - Updated some of the descriptions. --- modules/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search.module') diff --git a/modules/search.module b/modules/search.module index 116b671c6..24154ece0 100644 --- a/modules/search.module +++ b/modules/search.module @@ -7,7 +7,7 @@ function search_perm() { function search_link($type) { if ($type == "page" && user_access("search content")) { - $links[] = "". t("search") .""; + $links[] = "". t("search") .""; } return $links ? $links : array(); -- cgit v1.2.3