Skip to content
Snippets Groups Projects
Commit be5f1d2e authored by Kjartan Mannes's avatar Kjartan Mannes
Browse files

- fixing that persistant <br \>

parent de5b9a16
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -480,7 +480,7 @@ function user_block() { ...@@ -480,7 +480,7 @@ function user_block() {
if (variable_get("account_register", 1)) { if (variable_get("account_register", 1)) {
$output .= "&#187; ".lm(t("Register"), array("mod" => "user", "op" => "register"), t("Create a new user account."))."\n"; $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; $block[1]["content"] = $output;
} }
......
...@@ -480,7 +480,7 @@ function user_block() { ...@@ -480,7 +480,7 @@ function user_block() {
if (variable_get("account_register", 1)) { if (variable_get("account_register", 1)) {
$output .= "&#187; ".lm(t("Register"), array("mod" => "user", "op" => "register"), t("Create a new user account."))."\n"; $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; $block[1]["content"] = $output;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment