Index: app/views/issues/show.rhtml =================================================================== --- app/views/issues/show.rhtml (revision 603) +++ app/views/issues/show.rhtml (working copy) @@ -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 %>