From acb05a7b78b9f36d19995631108f7d632f7711ad Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 18 Oct 2005 04:58:51 +0000 Subject: Bug 305807: Fix some incorrect template filtering types - Patch by GavinS r=LpSolit r=justdave a=justdave --- template/en/default/admin/classifications/edit.html.tmpl | 2 +- template/en/default/admin/groups/deleted.html.tmpl | 2 +- template/en/default/admin/groups/list.html.tmpl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl index b38f4d6aa..24ec9dacf 100644 --- a/template/en/default/admin/classifications/edit.html.tmpl +++ b/template/en/default/admin/classifications/edit.html.tmpl @@ -49,7 +49,7 @@ [% product.name FILTER html %] [% IF product.description %] - [% product.description FILTER html %] + [% product.description FILTER none %] [% ELSE %] description missing [% END %] diff --git a/template/en/default/admin/groups/deleted.html.tmpl b/template/en/default/admin/groups/deleted.html.tmpl index fc91190cb..2a5c2f870 100644 --- a/template/en/default/admin/groups/deleted.html.tmpl +++ b/template/en/default/admin/groups/deleted.html.tmpl @@ -42,7 +42,7 @@

- View + View the list of which records are affected.

[% ELSE %] diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index c183e4aff..5c473216c 100644 --- a/template/en/default/admin/groups/list.html.tmpl +++ b/template/en/default/admin/groups/list.html.tmpl @@ -67,9 +67,9 @@ - Edit + Edit [% IF (group.isbuggroup) %] - | Delete + | Delete [% END %] -- cgit v1.2.3-24-g4f1b