One more file...

This one was missed by Revision 519 in Instiki Trunk. Fixed in my branch.
This commit is contained in:
Jacques Distler 2007-05-11 12:42:18 -05:00
parent 342f10acf6
commit e4e26400ef

View file

@ -1,5 +1,5 @@
<p>
<%= form_tag({}, { 'multipart' => true, 'accept-charset' => 'utf-8' }) %>
<% form_tag({}, { 'multipart' => true, 'accept-charset' => 'utf-8' }) do %>
<p>
File to upload:
<br/>
@ -19,5 +19,5 @@
<% end %>
</p>
<%= end_form_tag %>
<% end %>
</p>