From 32b922f3c7394d1bfd937aff009e058d2694eb86 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 12 May 2023 10:52:14 -0400 Subject: [PATCH] LP 2017913 Add html filter to reason Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- .../opac/parts/library/hours.tt2 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 index 8c90e18..8d79699 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 @@ -207,7 +207,7 @@ - [% display_end_date %] [% END %] - [% cdate.reason %] + [% cdate.reason | html %] [% END %] -- 1.7.2.5