From 0a7404f73e37bba09c01260e073e7f29da2fcebe 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 eea5cf3161..4a8ad55cff 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 @@ -607,14 +607,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 %]

@@ -626,8 +626,8 @@
- - + +
  1. -- 2.11.0