From 77685016dc35f13c83d11a43a0c2a22d6df91af4 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Mon, 27 Dec 2004 17:58:29 +0000 Subject: Patch for bug 275939: Classification templates use wrong filtering in URLs; patch by GavinS , r=vladd, a=justdave. --- template/en/default/admin/classifications/select.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/classifications/select.html.tmpl') diff --git a/template/en/default/admin/classifications/select.html.tmpl b/template/en/default/admin/classifications/select.html.tmpl index 0c0d3d392..3cfa3fcaa 100644 --- a/template/en/default/admin/classifications/select.html.tmpl +++ b/template/en/default/admin/classifications/select.html.tmpl @@ -35,7 +35,7 @@ [% FOREACH cl = classifications %] - [% cl.classification FILTER html %] + [% cl.classification FILTER html %] [% IF cl.description %] [% cl.description %] @@ -46,14 +46,14 @@ [% IF (cl.id == 1) %] [% cl.total FILTER html %] [% ELSE %] - reclassify ([% cl.total FILTER html %]) + reclassify ([% cl.total FILTER html %]) [% END %] [%# don't allow user to delete the default id. %] [% IF (cl.id == 1) %]   [% ELSE %] - delete + delete [% END %] [% END %] -- cgit v1.2.3-24-g4f1b