Index: mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl,v retrieving revision 1.32 diff -u -r1.32 mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl +++ mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl @@ -169,20 +169,21 @@ [%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%] [%+ count % 2 == 1 ? "bz_row_odd" : "bz_row_even" -%] "> - + [% column_number = 0 %] [% IF dotweak %] - + [% END %] - + [% bug.bug_id %] [%+ '[SEC]' IF bug.secure_mode %] [% FOREACH column = displaycolumns %] - + [% IF abbrev.$column.format_value %] [%- bug.$column FILTER format(abbrev.$column.format_value) FILTER html -%] [% ELSIF column == 'actual_time' ||