From 678e022bbbf039cbafcd55ad3ccd767ee3749544 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 Signed-off-by: Nick Clemens --- .../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 8ff3c44c01..1f643dbdc7 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 @@ -619,14 +619,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 %]

@@ -638,8 +638,8 @@
- - + +
  1. -- 2.20.1