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 --- template/en/default/search/form.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/search/form.html.tmpl') diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 015387b11..2fd458148 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -332,7 +332,8 @@ function selectProduct(f) { [% PROCESS "global/field-descs.none.tmpl" %] [%# If we resubmit to ourselves, we need to know if we are using a format. %] - +[% thisformat = query_format != '' ? query_format : format %] + [%# *** Summary *** %] -- cgit v1.2.3-24-g4f1b