From 35f44e83f8376f24dee7201bab18c3e728769a35 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Wed, 15 May 2002 20:39:55 +0000 Subject: - xhtml errors - improper link attributes. --- modules/cloud.module | 2 +- modules/user.module | 2 +- modules/user/user.module | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/cloud.module b/modules/cloud.module index 8575b342f..add484759 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -164,7 +164,7 @@ function cloud_page() { function cloud_block() { $block[0]["subject"] = t("Site cloud"); - $block[0]["content"] = cloud_list(20) ."
". lm(t("more"), array("mod" => "cloud"), "", array("title", t("Monitor other sites in the cloud."))) ."
"; + $block[0]["content"] = cloud_list(20) ."
". lm(t("more"), array("mod" => "cloud"), "", array("title" => t("Monitor other sites in the cloud."))) ."
"; $block[0]["info"] = t("Site cloud"); return $block; } diff --git a/modules/user.module b/modules/user.module index b37841a67..442122b7d 100644 --- a/modules/user.module +++ b/modules/user.module @@ -474,7 +474,7 @@ function user_block() { // Save the referer. We record where the user came from such that we // can redirect him after having completed the login form. if (!$edit["destination"]) $edit["destination"] = request_uri(); - $output .= ""; + $output .= ""; $output .= "". t("Username") .":

\n"; $output .= "". t("Password") .":

\n"; $output .= "". t("Remember me") ."
\n"; diff --git a/modules/user/user.module b/modules/user/user.module index b37841a67..442122b7d 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -474,7 +474,7 @@ function user_block() { // Save the referer. We record where the user came from such that we // can redirect him after having completed the login form. if (!$edit["destination"]) $edit["destination"] = request_uri(); - $output .= ""; + $output .= ""; $output .= "". t("Username") .":

\n"; $output .= "". t("Password") .":

\n"; $output .= "". t("Remember me") ."
\n"; -- cgit v1.2.3