diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 369f8d094..4e5bf7b43 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -34,7 +34,7 @@
<% n = 0
for custom_value in @custom_values %>
- <%= custom_value.custom_field.name %> : | <%= simple_format(h(show_value(custom_value))) %> |
+ <%= custom_value.custom_field.name %> : | <%= simple_format(h(show_value(custom_value))) %> |
<% n = n + 1
if (n > 1)
n = 0 %>