One more file...
This one was missed by Revision 519 in Instiki Trunk. Fixed in my branch.
This commit is contained in:
parent
342f10acf6
commit
e4e26400ef
|
@ -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 %>
|
||||
</p>
|
||||
<% end %>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue