Index: app/views/administrator/upload_family_photo.rhtml =================================================================== --- app/views/administrator/upload_family_photo.rhtml (revision 36) +++ app/views/administrator/upload_family_photo.rhtml (working copy) @@ -1,7 +1,7 @@

Upload a Family Photo

This family photo will be displayed on the front page of your Family Connection site. It should be at least 512 pixels wide—anything larger is fine, since the picture will be resized automatically. If you don't know if your picture is large enough, don't worry. Just try it out and see if it looks right! -<%= start_form_tag({}, :multipart => true)%> +<% form_tag({}, :multipart => true) do %>

@@ -21,4 +21,4 @@
<%= submit_tag "Send Photo »" %>
-<%= end_form_tag %> \ No newline at end of file +<% end %>