Merge pull request #2276 from lfield/patch-1

Update edit_email_form.php
This commit is contained in:
David Anderson 2017-12-20 09:56:52 -08:00 committed by GitHub
commit 22fbb644e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if (is_valid_email_addr($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(
tra("New email address").
"<br><p class=\"text-muted\">".tra("Must be a valid address of the form 'name@domain'")."</p>",