From eb030cb9d8839bd08cb2bd1e4f954efe37047303 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jun 2003 19:06:25 +0000 Subject: - Improvements: XHTML-ifications. Patch by GmbH. --- modules/cloud.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cloud.module') diff --git a/modules/cloud.module b/modules/cloud.module index e2fa4fddf..bc22c6067 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -198,7 +198,7 @@ function cloud_block($op = "list", $delta = 0) { } else { $block["subject"] = t("Site cloud"); - $block["content"] = cloud_list(20) ."
". l(t("more"), "cloud", array("title" => t("Monitor other sites in the cloud."))) ."
"; + $block["content"] = cloud_list(20) ."
". l(t("more"), "cloud", array("title" => t("Monitor other sites in the cloud."))) ."
"; return $block; } } -- cgit v1.2.3