diff --git a/app/views/file/import.rhtml b/app/views/file/import.rhtml index 0d71ee3a..2923ab4f 100644 --- a/app/views/file/import.rhtml +++ b/app/views/file/import.rhtml @@ -1,5 +1,5 @@

-<%= form_tag({}, { 'multipart' => true, 'accept-charset' => 'utf-8' }) %> +<% form_tag({}, { 'multipart' => true, 'accept-charset' => 'utf-8' }) do %>

File to upload:
@@ -19,5 +19,5 @@ <% end %>

-<%= end_form_tag %> -

\ No newline at end of file +<% end %> +