diff --git a/app/views/wiki/rename.html.erb b/app/views/wiki/rename.html.erb index e0be76ae9..fea76383a 100644 --- a/app/views/wiki/rename.html.erb +++ b/app/views/wiki/rename.html.erb @@ -1,6 +1,6 @@ <%= wiki_page_breadcrumb(@page) %> -
<%= f.text_field :title, :required => true, :size => 100 %>
<%= f.check_box :redirect_existing_links %>
-<%= f.select :parent_id, "" + wiki_page_options_for_select(@wiki.pages.all(:include => :parent) - @page.self_and_descendants, @page.parent), :label => :field_parent_title %>
+<%= f.select :parent_id, + "" + + wiki_page_options_for_select( + @wiki.pages.all(:include => :parent) - @page.self_and_descendants, + @page.parent), + :label => :field_parent_title %>