From d6579c70190935801870cfe56a1a09a8d04c2b0e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 12 Sep 2017 11:21:27 -0300 Subject: [PATCH] Bug 19127: (follow-up) Stored XSS in csv-profiles.pl Signed-off-by: Jonathan Druart (cherry picked from commit 52b41dfdf0ec03c24dd970b80e4f153f64702e30) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt index 62aebcce8a..0b2cb315e5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -118,7 +118,7 @@ function reloadPage(p) { [% END %]
  • - + Required
  • @@ -136,7 +136,7 @@ function reloadPage(p) {
  • - +
  • @@ -199,7 +199,7 @@ function reloadPage(p) { [% IF op == 'delete_confirm' %]
    [% IF csv_profile %] -

    Delete CSV Profile "[% csv_profile.profile %]?"

    +

    Delete CSV Profile "[% csv_profile.profile | html %]?"

    -- 2.39.2