From be5f1d2e9dcb040045826ff5829691cf72daa3dc Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 22 Apr 2002 09:30:13 +0000 Subject: - fixing that persistant
--- 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 2f202c3b8..4f4115e73 100644 --- a/modules/user.module +++ b/modules/user.module @@ -480,7 +480,7 @@ function user_block() { if (variable_get("account_register", 1)) { $output .= "» ".lm(t("Register"), array("mod" => "user", "op" => "register"), t("Create a new user account."))."\n"; } - $output .= "
» ".lm(t("New password"), array("mod" => "user", "op" => "password"), t("Request new password via e-mail"))."
"; + $output .= "
» ".lm(t("New password"), array("mod" => "user", "op" => "password"), t("Request new password via e-mail"))."
"; $block[1]["content"] = $output; } -- cgit v1.2.3