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/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') 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"; -- cgit v1.2.3