diff options
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search.module b/modules/search.module index cb2271bd1..dd40b02ca 100644 --- a/modules/search.module +++ b/modules/search.module @@ -29,7 +29,7 @@ function search_perm() { */ function search_link($type) { if ($type == "page" && user_access("search content")) { - $links[] = lm(t("search"), array("mod" => "search"), t("Search for older content.")); + $links[] = lm(t("search"), array("mod" => "search"), "", array("title" => t("Search for older content."))); } if ($type == "admin" && user_access("administer search")) { |