app/views/file/file.rhtml in instiki-0.10.0 vs app/views/file/file.rhtml in instiki-0.10.1
- old
+ new
@@ -1,19 +1,19 @@
-<%
- @title = "Upload #{@file_name}"
- @hide_navigation = false
-%>
-
-<p>
-<%= form_tag({:controller => 'file', :web => @web_name, :action => 'file'}, {:multipart => true}) %>
- <p>
- File to upload:
- <br/>
- <input type="file" name="file" size="40" />
- </p>
- <p>
- <input type="submit" value="Update" /> as
- <input type="text" name="author" id="authorName" value="<%= @author %>"
- onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" />
- </p>
-<%= end_form_tag %>
+<%
+ @title = "Upload #{@file_name}"
+ @hide_navigation = false
+%>
+
+<p>
+<%= form_tag({:controller => 'file', :web => @web_name, :action => 'file'}, {:multipart => true}) %>
+ <p>
+ File to upload:
+ <br/>
+ <input type="file" name="file" size="40" />
+ </p>
+ <p>
+ <input type="submit" value="Update" /> as
+ <input type="text" name="author" id="authorName" value="<%= @author %>"
+ onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" />
+ </p>
+<%= end_form_tag %>
</p>
\ No newline at end of file