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/cloud.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/cloud.module') diff --git a/modules/cloud.module b/modules/cloud.module index 40b6c9b5d..2e2451311 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -36,7 +36,7 @@ function cloud_perm() { function cloud_link($type) { if ($type == "page" && user_access("access site cloud")) { - $links[] = "". t("site cloud") .""; + $links[] = "". t("site cloud") .""; } if ($type == "admin" && user_access("administer site cloud")) { @@ -160,7 +160,7 @@ function cloud_page() { function cloud_block() { $block[0]["subject"] = t("Site cloud"); - $block[0]["content"] = cloud_list(20) . "
". t("more") ."
"; + $block[0]["content"] = cloud_list(20) . "
". t("more") ."
"; $block[0]["info"] = t("Site cloud"); return $block; } -- cgit v1.2.3