From eae19370bcf322df6b48fa4ef6bcf08d6694314a 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 --- Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9a16770aa8..b683229f5d 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 @@ -208,7 +208,7 @@ - [% display_end_date %] [% END %] - [% cdate.reason %] + [% cdate.reason | html %] [% END %] -- 2.11.0