diff options
Diffstat (limited to 'app/views/documents/edit.rhtml')
-rw-r--r-- | app/views/documents/edit.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/documents/edit.rhtml b/app/views/documents/edit.rhtml index 3db4bcc6a..0b9f31f84 100644 --- a/app/views/documents/edit.rhtml +++ b/app/views/documents/edit.rhtml @@ -1,8 +1,8 @@ <h2><%=l(:label_document)%></h2> -<%= start_form_tag({:action => 'edit', :id => @document}, :class => "tabular") %> +<% form_tag({:action => 'edit', :id => @document}, :class => "tabular") do %> <%= render :partial => 'form' %> <%= submit_tag l(:button_save) %> -<%= end_form_tag %> +<% end %> |