mirror of https://github.com/BOINC/boinc.git
Merge pull request #2276 from lfield/patch-1
Update edit_email_form.php
This commit is contained in:
commit
22fbb644e1
|
@ -31,7 +31,7 @@ if (is_valid_email_addr($user->email_addr)) {
|
||||||
$email_text = $user->email_addr;
|
$email_text = $user->email_addr;
|
||||||
}
|
}
|
||||||
|
|
||||||
form_start(secure_url_base()."/edit_email_action.php>", "post");
|
form_start(secure_url_base()."/edit_email_action.php", "post");
|
||||||
form_input_text(
|
form_input_text(
|
||||||
tra("New email address").
|
tra("New email address").
|
||||||
"<br><p class=\"text-muted\">".tra("Must be a valid address of the form 'name@domain'")."</p>",
|
"<br><p class=\"text-muted\">".tra("Must be a valid address of the form 'name@domain'")."</p>",
|
||||||
|
|
Loading…
Reference in New Issue