diff options
Diffstat (limited to 'account.php')
-rw-r--r-- | account.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/account.php b/account.php index 4d3a800cc..ff9bf3dd3 100644 --- a/account.php +++ b/account.php @@ -40,7 +40,6 @@ function account_create($error = "") { $output .= "<B>". t("E-mail address") .":</B><BR>\n"; $output .= "<INPUT NAME=\"email\"><BR>\n"; $output .= "<SMALL><I>". t("You will be sent instructions on how to validate your account via this e-mail address: make sure it is accurate.") ."</I></SMALL><P>\n"; - $output .= "<INPUT NAME=\"op\" TYPE=\"submit\" VALUE=\"". t("Create account") ."\">\n"; $output .= "</FORM>\n"; |