Index: app/views/administrator/setup.rhtml =================================================================== --- app/views/administrator/setup.rhtml (revision 36) +++ app/views/administrator/setup.rhtml (working copy) @@ -7,7 +7,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 %>

@@ -73,7 +73,7 @@
<%= submit_tag "Save Settings" %>
<% end %> -<%= end_form_tag %> +<% end %>

© 2005-2006 <%= link_to "Duane Johnson", "http://blog.inquirylabs.com/" %> & Roxsane Fox. Design by Andreas Viklund.