From 15ca6f2c2edc03a15adf06374015edbfb0a58ecb Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sun, 30 May 2004 17:40:16 +0000 Subject: Bug 179671: Boolean charts didn't work on the reporting pages. r=jouni, a=justdave --- report.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report.cgi') 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; -- cgit v1.2.3-24-g4f1b