From e4e26400ef3bd0ce2386aa6acc62f8fc862f7f11 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Fri, 11 May 2007 12:42:18 -0500 Subject: [PATCH] One more file... This one was missed by Revision 519 in Instiki Trunk. Fixed in my branch. --- app/views/file/import.rhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %> +