summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-04-22 09:30:13 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-04-22 09:30:13 +0000
commitbe5f1d2e9dcb040045826ff5829691cf72daa3dc (patch)
treeebf7ec72ac561cbd88c198daae27aa3e05ab7a8b /modules
parentde5b9a168daeef12b6f7bcf6e43b767a2d7f35d8 (diff)
downloadbrdo-be5f1d2e9dcb040045826ff5829691cf72daa3dc.tar.gz
brdo-be5f1d2e9dcb040045826ff5829691cf72daa3dc.tar.bz2
- fixing that persistant <br \>
Diffstat (limited to 'modules')
-rw-r--r--modules/user.module2
-rw-r--r--modules/user/user.module2
2 files changed, 2 insertions, 2 deletions
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 .= "&#187; ".lm(t("Register"), array("mod" => "user", "op" => "register"), t("Create a new user account."))."\n";
}
- $output .= "<br \>&#187; ".lm(t("New password"), array("mod" => "user", "op" => "password"), t("Request new password via e-mail"))."<br />";
+ $output .= "<br />&#187; ".lm(t("New password"), array("mod" => "user", "op" => "password"), t("Request new password via e-mail"))."<br />";
$block[1]["content"] = $output;
}
diff --git a/modules/user/user.module b/modules/user/user.module
index 2f202c3b8..4f4115e73 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -480,7 +480,7 @@ function user_block() {
if (variable_get("account_register", 1)) {
$output .= "&#187; ".lm(t("Register"), array("mod" => "user", "op" => "register"), t("Create a new user account."))."\n";
}
- $output .= "<br \>&#187; ".lm(t("New password"), array("mod" => "user", "op" => "password"), t("Request new password via e-mail"))."<br />";
+ $output .= "<br />&#187; ".lm(t("New password"), array("mod" => "user", "op" => "password"), t("Request new password via e-mail"))."<br />";
$block[1]["content"] = $output;
}