Index: app/views/news/edit.rhtml =================================================================== --- app/views/news/edit.rhtml (revision 36) +++ app/views/news/edit.rhtml (working copy) @@ -1,7 +1,7 @@

Edit News Item

-<%= start_form_tag({:action => 'update', :id => @news_item}, :multipart => true) %> +<% form_tag({:action => 'update', :id => @news_item}, :multipart => true) do %> <%= render :partial => 'form' %> <%= submit_tag 'Update this post' %> -<%= end_form_tag %> +<% end %>