From 566980bc2744a8067be338f432c3a391db2aae42 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 12 Sep 2017 10:35:10 -0300 Subject: [PATCH] Bug 19128: XSS - admin/authorised_values.tt --- .../prog/en/modules/admin/authorised_values.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index ec170a3645..7476c1bc10 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -85,16 +85,16 @@ $(document).ready(function() { Required [% ELSE %]Category - [% category %] + [% category |html %] [% END %]
  • [% IF ( action_modify ) %][% END %] [% IF ( action_add_category ) %] - + [% ELSE %] - + [% END %]
  • @@ -156,7 +156,7 @@ $(document).ready(function() {
    - Cancel
    + Cancel [% END %] @@ -263,7 +263,7 @@ $(document).ready(function() { [% ELSE %] [% END %] - [% loo.authorised_value %] + [% loo.authorised_value | html %] [% loo.lib |html %] [% loo.lib_opac |html %] [% IF ( loo.imageurl ) %][% ELSE %] [% END %] -- 2.39.5