diff --git a/app/views/versions/_overview.html.erb b/app/views/versions/_overview.html.erb
index 550cf3e78..4fc610422 100644
--- a/app/views/versions/_overview.html.erb
+++ b/app/views/versions/_overview.html.erb
@@ -6,11 +6,11 @@
<%=h version.description %>
- <% version.custom_values.each do |custom_value| %>
- <% if !custom_value.value.blank? %>
- - <%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %>
- <% end %>
- <% end %>
+ <% version.custom_values.each do |custom_value| %>
+ <% if !custom_value.value.blank? %>
+ - <%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %>
+ <% end %>
+ <% end %>
<% if version.fixed_issues.count > 0 %>