From 689171ab8e35da2ab7ef5e89c7e1dade3f38a753 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 7 Nov 2017 14:33:16 -0500 Subject: [PATCH] LP#1671635: escape some values to avoid XSS Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/parts/place_hold.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2 index fc59a0dd06..76d8d9e11d 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold.tt2 @@ -57,9 +57,9 @@ function toggleActivationDate() { - - - + + + [% usr_barcode = CGI.param('usr_barcode') | html; is_requestor = CGI.param('is_requestor'); -- 2.43.2