From 61fa0b00b8e31c0e652320e84421569554828949 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 27 Apr 2003 20:43:12 +0000 Subject: Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by gerv; r,a=justdave. --- template/en/default/reports/report.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/reports/report.html.tmpl') diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 00d589541..321ad6ae8 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -37,6 +37,10 @@ height = 350 %] +[% IF min_width AND width < min_width %] + [% width = min_width %] +[% END %] + [%# We ignore row_field for pie charts %] [% IF format == "pie" %] [% row_field = "" %] -- cgit v1.2.3-24-g4f1b