diff options
Diffstat (limited to 'modules/archive/archive.module')
-rw-r--r-- | modules/archive/archive.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 73d070676..d7a91f3c7 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -109,7 +109,7 @@ function archive_block() { function archive_link($type) { if ($type == "page" && user_access("access content")) { - $links[] = lm(t("archives"), array("mod" => "archive"), t("Read the older content in our archive.")); + $links[] = lm(t("archives"), array("mod" => "archive"), "", array("title" => t("Read the older content in our archive."))); } return $links ? $links : array(); |