Index: app/views/account/forgot_password.rhtml =================================================================== --- app/views/account/forgot_password.rhtml (revision 36) +++ app/views/account/forgot_password.rhtml (working copy) @@ -1,10 +1,10 @@

Password Reminder

Type in your e-mail address

-<%= start_form_tag %> +<% form_tag do %>

If you've forgotten your sign-in name or password, we can email it to you directly.


<%= text_field 'security', 'email' %> <%= submit_tag 'Send Me an Email' %> -<%= end_form_tag %> \ No newline at end of file +<% end %>