From a6c5a2f3b11ea292f442ae9184e5e9a7c40c638e 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 --- .../intranet-tmpl/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 83983bf..5c17e5d 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.1.4