From 0ffca4cffcfc5fce7613aeae0dbab3fc5ea774fd 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 --- 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. -- 2.8.1