From f54968628736ee7fa05a478ba5020a85375157ee Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 8 Aug 2016 18:59:23 +1200 Subject: [PATCH] Bug 17026 XSS in checkexpiration.pl --- .../prog/en/modules/serials/checkexpiration.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt index 95bfcb89fd..852ce63af6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt @@ -47,10 +47,10 @@
  1. -
  2. +
  3. -
  4. +
  5. @@ -66,11 +66,11 @@

    [% numsubscription %] subscription(s) [% IF ( title ) %] - with title matching [% title %] + with title matching [% title | html %] [% IF ( issn ) %]and [% END %] [% END %] [% IF ( issn ) %] - with ISSN matching [% issn %] + with ISSN matching [% issn | html %] [% END %] will expire before [% date %]

    -- 2.39.5