From 7cb75c8af8b5cdcbc1040e659a4d6d2d8457d7e7 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 1 Nov 2005 02:48:59 +0000 Subject: Bug 314198: Fix leaking list of product names in query.cgi Patch by Joel Peshkin r=lpsolit, a=justdave --- template/en/default/search/search-specific.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl index 1ff6f17ac..dcc87130e 100644 --- a/template/en/default/search/search-specific.html.tmpl +++ b/template/en/default/search/search-specific.html.tmpl @@ -74,10 +74,12 @@ for "crash secure SSL flash". [% FOREACH c = classification %] [% FOREACH p = c.products %] - + [% IF user.can_see_product(p.name) %] + + [% END %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b