From 76187473383b3be27c414a6982e1417828ec7913 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 9 Oct 2002 20:18:05 +0000 Subject: - Fixed an HTML entity. Patch by Remco. --- modules/cloud.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/cloud.module b/modules/cloud.module index 77817ba8b..2d42992f6 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -141,7 +141,7 @@ function cloud_list($limit = 10) { $hour = floor((time() - $site->timestamp) / 3600); if ($hour < 12) { if ($hour == 0) { - $output .= "
". t("Updated < 1 hours ago:"); + $output .= "
". t("Updated < 1 hours ago:"); } else { $output .= "
". t("Updated %a ago:", array("%a" => format_plural($hour, "hour", "hours"))); -- cgit v1.2.3