From c2015894739477595ec0670f7851e0fa6e7c1b0b 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 Content-Type: text/plain; charset=utf-8 Reported by Alex Middleton at Dionach Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy --- koha-tmpl/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 b408039..6b4856b 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. -- 1.7.10.4