app/views/wysihat_files/_form.html.erb in bcalloway-wysihat-engine-0.1.8 vs app/views/wysihat_files/_form.html.erb in bcalloway-wysihat-engine-0.1.9

- old
+ new

@@ -1,4 +1,6 @@ +<div class="clear"></div> + <% form_for @wysihat_file, :html => { :multipart => true, :target => 'file_upload' } do |f| %> <p> <%= f.label :file %><br/> <%= f.file_field :file %> \ No newline at end of file