summaryrefslogtreecommitdiffstats
path: root/report.cgi
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-05-30 19:40:16 +0200
committerjustdave%bugzilla.org <>2004-05-30 19:40:16 +0200
commit15ca6f2c2edc03a15adf06374015edbfb0a58ecb (patch)
tree027397b3651228453e465e625c33ed6b371fb136 /report.cgi
parent66984b98691edbbd4617a351c9a976ad9d6a8f58 (diff)
downloadbugzilla-15ca6f2c2edc03a15adf06374015edbfb0a58ecb.tar.gz
bugzilla-15ca6f2c2edc03a15adf06374015edbfb0a58ecb.tar.xz
Bug 179671: Boolean charts didn't work on the reporting pages.
r=jouni, a=justdave
Diffstat (limited to 'report.cgi')
-rwxr-xr-xreport.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi
index 03ecfcb3f..66060723d 100755
--- a/report.cgi
+++ b/report.cgi
@@ -37,7 +37,7 @@ my $cgi = Bugzilla->cgi;
if (grep(/^cmd-/, $cgi->param())) {
my $params = $cgi->canonicalise_query("format", "ctype");
my $location = "query.cgi?format=" . $cgi->param('query_format') .
- ($params ? "&$params" : "") . "\n\n";
+ ($params ? "&$params" : "");
print $cgi->redirect($location);
exit;