diff --git a/app/views/my_projects_overviews/_textilizable.html.erb b/app/views/my_projects_overviews/_textilizable.html.erb index f41bf80095..2ebffe76ca 100644 --- a/app/views/my_projects_overviews/_textilizable.html.erb +++ b/app/views/my_projects_overviews/_textilizable.html.erb @@ -19,13 +19,13 @@ See doc/COPYRIGHT.md for more details. ++#%>
-

<%= block_title || l(:label_custom_element) %>

- <% if defined? block_name %> - <%= content_for block_name %> -
- <%= textilizable(textile, :object => overview) %> -
- <% else %> - <%= textilizable(textile, :object => overview) %> - <% end %> +

<%= block_title || l(:label_custom_element) %>

+ <% if defined? block_name %> + <%= content_for block_name %> +
+ <%= textilizable(textile, :object => overview) %> +
+ <% else %> + <%= textilizable(textile, :object => overview) %> + <% end %>