From: Emmanuel S. <se...@us...> - 2005-07-17 22:52:27
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11771/fr/default/reports Modified Files: report-table.html.tmpl Log Message: Passage de 2.18 a 2.18.1 Index: report-table.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/reports/report-table.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** report-table.html.tmpl 6 Sep 2004 20:41:13 -0000 1.1.1.1 --- report-table.html.tmpl 17 Jul 2005 22:52:19 -0000 1.2 *************** *** 86,90 **** [% col_idx = 1 - col_idx %] <td class="[% classes.$row_idx.$col_idx %]"> ! [% col FILTER html %] </td> [% END %] --- 86,90 ---- [% col_idx = 1 - col_idx %] <td class="[% classes.$row_idx.$col_idx %]"> ! [% col FILTER html FILTER replace('^ $',' ') %] </td> [% END %] *************** *** 101,105 **** <tr> <td class="[% classes.$row_idx.$col_idx %]" align="right"> ! [% row FILTER html %] </td> [% FOREACH col = col_names %] --- 101,105 ---- <tr> <td class="[% classes.$row_idx.$col_idx %]" align="right"> ! [% row FILTER html FILTER replace('^ $',' ') %] </td> [% FOREACH col = col_names %] |