Update edit_email_form.php

Removed stray angle bracket which breaks the php
This commit is contained in:
lfield 2017-12-20 14:36:57 +01:00 committed by GitHub
parent 5769bad941
commit 408d8ea035
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>",