From 4c3c2c8ec2dc748e8507ef4d6256b6187b0367c1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 3 Aug 2016 08:49:10 +0100 Subject: [PATCH] Bug 17036: Fix XSS in circulation.pl Test plan: Enter the following in the "Check out" tab: "> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index cf1c581747..c2bc755a71 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -516,7 +516,7 @@ $(document).ready(function() { [% IF ( message ) %] [% INCLUDE 'patron-toolbar.inc' %]

-No patron matched [% message %] +No patron matched [% message | html %]

[% END %] -- 2.39.5