summaryrefslogtreecommitdiffstats
path: root/report.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'report.cgi')
-rwxr-xr-xreport.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/report.cgi b/report.cgi
index 2a081606b..c311cc797 100755
--- a/report.cgi
+++ b/report.cgi
@@ -214,9 +214,7 @@ if ($cgi->param('format') eq "bar") {
$min_width *= (scalar(@row_names) || 1);
}
- if ($width < $min_width) {
- $width = $min_width;
- }
+ $vars->{'min_width'} = $min_width;
}
$vars->{'width'} = $width if $width;