summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-04-27 22:43:12 +0200
committergerv%gerv.net <>2003-04-27 22:43:12 +0200
commit61fa0b00b8e31c0e652320e84421569554828949 (patch)
treef1ea8e511dc7cbf4925c6f85b90ad2429c6c5ba1 /template/en/default/reports/report.html.tmpl
parent8449ddc1397a699e8473ee657b18e1ed6928f4bb (diff)
downloadbugzilla-61fa0b00b8e31c0e652320e84421569554828949.tar.gz
bugzilla-61fa0b00b8e31c0e652320e84421569554828949.tar.xz
Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template/en/default/reports/report.html.tmpl')
-rw-r--r--template/en/default/reports/report.html.tmpl4
1 files changed, 4 insertions, 0 deletions
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 = "" %]