From d320ac0ee8de76512a87f5cbcf08350ae4ecc652 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 6 May 2005 02:20:44 +0000 Subject: =?UTF-8?q?Bug=20288663:=20The=20inclusion=20and=20exclusion=20lis?= =?UTF-8?q?ts=20behave=20incorrectly=20when=20a=20product=20or=20a=20compo?= =?UTF-8?q?nent=20is=20called=20"Any"=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ri?= =?UTF-8?q?c=20Buclin=20=20r=3Dmyk=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/flag-type/edit.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 8afbc38cb..8491a1e7f 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -64,10 +64,10 @@ [% FOREACH category = type.inclusions %] - + [% END %] [% FOREACH category = type.exclusions %] - + [% END %] -- cgit v1.2.1