diff --git a/app/views/box_organizer/edit.html.erb b/app/views/box_organizer/edit.html.erb
index bc11bed..2a98ca1 100644
--- a/app/views/box_organizer/edit.html.erb
+++ b/app/views/box_organizer/edit.html.erb
@@ -1,7 +1,7 @@
<%= _('Editing block') %>
- <% form_tag(:action => 'save', :id => @block.id) do %>
+ <%= form_tag(:action => 'save', :id => @block.id) do %>
<%= labelled_form_field(_('Custom title for this block: '), text_field(:block, :title, :maxlength => 20)) %>
--
libgit2 0.21.2