diff --git a/html/user/edit_email_form.php b/html/user/edit_email_form.php
index c1297b7aa5..c3920cb057 100644
--- a/html/user/edit_email_form.php
+++ b/html/user/edit_email_form.php
@@ -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").
"
".tra("Must be a valid address of the form 'name@domain'")."
",