From 408d8ea03508c2830567c8af7a1d7e617d6e3bc4 Mon Sep 17 00:00:00 2001 From: lfield Date: Wed, 20 Dec 2017 14:36:57 +0100 Subject: [PATCH] Update edit_email_form.php Removed stray angle bracket which breaks the php --- html/user/edit_email_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'")."

",