diff --git a/lib/redmine_multi_column_custom_fields/issues_helper_patch.rb b/lib/redmine_multi_column_custom_fields/issues_helper_patch.rb index d0339e2..cc553d3 100644 --- a/lib/redmine_multi_column_custom_fields/issues_helper_patch.rb +++ b/lib/redmine_multi_column_custom_fields/issues_helper_patch.rb @@ -38,9 +38,7 @@ def render_custom_fields_rows_with_multi_column(issue) if value.custom_field.multi_column? s << "\n" s << "
\n" - s << "
\n" - s << "#{ h(value.custom_field.name) }

#{ simple_format_without_paragraph(h(show_value(value))) }

\n" - s << "
\n" + s << "\t
#{ h(value.custom_field.name) }:#{ simple_format_without_paragraph(h(show_value(value))) }
\n" s << "" n = 0 else