From b3734f02e1e76dfe9710b85887df826303feff14 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 12 Sep 2017 10:35:10 -0300 Subject: [PATCH] Bug 19128: Fix Stored XSS in admin/authorised_values.pl Signed-off-by: Jonathan Druart --- .../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 83983bfaf1..5c17e5ddfd 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 @@ -89,12 +89,12 @@ $(document).ready(function() {
  • Category - [% category %] + [% category | html %]
  • [% IF ( action_modify ) %][% END %] - +
  • @@ -156,7 +156,7 @@ $(document).ready(function() { [% END %]
    - Cancel
    + Cancel [% END %] @@ -164,7 +164,7 @@ $(document).ready(function() { [% IF op == 'list' %] @@ -271,7 +271,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