From fa1dd408ca7714aed406ff75d3c4c55545b97cf0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 26 May 2016 11:07:47 +0100 Subject: [PATCH] Bug 16597: Fix XSS in shelves.pl Reported by Alex Middleton at Dionach Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index b408039fa8..6b4856b178 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -529,7 +529,7 @@ function placeHold () { Edit list [% shelf.shelfname | html %] [% END %] - +
  1. -- 2.20.1