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>
|
<p>
|
||||||
<%= form_tag({}, { 'multipart' => true, 'accept-charset' => 'utf-8' }) %>
|
<% form_tag({}, { 'multipart' => true, 'accept-charset' => 'utf-8' }) do %>
|
||||||
<p>
|
<p>
|
||||||
File to upload:
|
File to upload:
|
||||||
<br/>
|
<br/>
|
||||||
|
@ -19,5 +19,5 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<%= end_form_tag %>
|
<% end %>
|
||||||
</p>
|
</p>
|
Loading…
Reference in a new issue