diff --git a/app/views/my/page.html.erb b/app/views/my/page.html.erb index ba150fd79..6544b5064 100644 --- a/app/views/my/page.html.erb +++ b/app/views/my/page.html.erb @@ -1,5 +1,5 @@
- <%= form_tag({:action => "add_block"}, :remote => true, :id => "block-form") do %> + <%= form_tag({:action => "add_block", :remote => true}, :id => "block-form") do %> <%= label_tag('block-select', l(:button_add)) %>: <%= block_select_tag(@user) %> <% end %>