From: vladd%bugzilla.org <> Date: Tue, 20 Jun 2006 17:32:50 +0000 (+0000) Subject: Patch for bug 342130: don't display a bogus footer anymore when searching for all... X-Git-Tag: bugzilla-2.23.2~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6f88531bd8d4b4d1e36ed078272dac521fcc6e9;p=thirdparty%2Fbugzilla.git 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. --- diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 57775ba508..803396cd0f 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