From 8f35cfedd052502f5606c88d400939fc425c6a13 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 6 Jan 2003 15:54:16 +0000 Subject: Bug 181047 - Change non-output templates to have a ctype of "none". Patch by gerv; r=bbaetz, a=justdave. --- template/en/default/reports/report-table.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/reports/report-table.html.tmpl') diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl index 175479d84..f28c39590 100644 --- a/template/en/default/reports/report-table.html.tmpl +++ b/template/en/default/reports/report-table.html.tmpl @@ -31,7 +31,7 @@ # tbl: Name of a hash in data which is the table to be plotted. #%] -[% PROCESS "global/field-descs.html.tmpl" %] +[% PROCESS "global/field-descs.none.tmpl" %] [% col_field_disp = field_descs.$col_field || col_field %] [% row_field_disp = field_descs.$row_field || row_field %] -- cgit v1.2.3-24-g4f1b