From 9256bc41a4e5eb266a10fe5448129059880f60ec Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 5 Oct 2018 14:20:11 +0100 Subject: [PATCH] Bug 18591: (follow-up) Add missing html filters --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index b9a7f80..7e20790 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -631,14 +631,14 @@
-

[% request.illcomments.count %] comments

+

[% request.illcomments.count | html %] comments

[% IF request.illcomments.count && request.illcomments.count > 0 %] [% FOREACH comment IN request.illcomments %] -
+
Comment by: - + [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %] [% comment.timestamp | $KohaDates with_hours => 1 %]

[% comment.comment | html %]

@@ -650,8 +650,8 @@
- - + +
  1. -- 2.1.4