From e6f88531bd8d4b4d1e36ed078272dac521fcc6e9 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Tue, 20 Jun 2006 17:32:50 +0000 Subject: Patch for bug 342130: don't display a bogus footer anymore when searching for all products with Quick Search; patch by Vlad Dascalu ; r=LpSolit, a=myk. --- template/en/default/list/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 57775ba50..803396cd0 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -226,7 +226,7 @@ -[% IF cgi.param('product').size == 1 %] +[% IF cgi.param('product').size == 1 && cgi.param('product') != "" %]

Fill a new [% terms.bug %] in the "[% cgi.param('product') FILTER html %]" product -- cgit v1.2.3-24-g4f1b