diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 5d3f2baa6..c07d00297 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -239,21 +239,21 @@ abbrev.$column.ellipsis ) FILTER html %] [% ELSE %] - + [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% END %] [% ELSIF column == 'assigned_to_short' || column == 'qa_contact_short' || column == 'reporter_short' %] [% SET login_column = column.remove('_short$') %] - + [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% ELSIF column == 'product' %] - + [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% ELSIF column == 'assigned_to' || column == 'qa_contact' || column == 'reporter' %] - + [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% ELSIF column == 'blocked' OR column == 'dependson' %]