From 56c9fca7293f4d46eccd9d8976e4993c3ecfffd8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 20 Jul 2012 10:48:27 +0200 Subject: [PATCH] Bug 7628: Escape '+' characters for categorycode uri escape the following characters: &, @, /, ;, :, =, +, ? and $ Signed-off-by: Marc Veron Test and sign off second patch (independently from first patch). Added categories like '+zwoelf' or '? Test' before applying the patch. Deletion was not possible. After applying patch deletion is possible, patch works as expected. Signed-off-by: Paul Poulain --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt index 8fd512c236..f1b82548b7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt @@ -298,7 +298,7 @@ Confirm deletion of category [% categorycode |html %][% END %] [% loo.categorycode |html %] - [% loo.description |html %] + [% loo.description |html %] [% IF ( loo.type_A ) %]Adult[% END %] @@ -345,8 +345,8 @@ Confirm deletion of category [% categorycode |html %][% END %] [% END %] [% END %] - Edit - Delete + Edit + Delete [% END %] -- 2.39.5