From 0f02c37aab5e2b2cbffbc2fb84e16b5355a33bcf Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 10 Apr 2019 20:42:22 +0000 Subject: [PATCH] Bug 22501: Add raw filter to course reserves summary page Fixes another place where the public note is shown: - Course reserves module start/summary page Signed-off-by: Nick Clemens --- .../prog/en/modules/course_reserves/course-reserves.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt index 2842a10b25..0a59960220 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt @@ -40,7 +40,7 @@ Instructors Staff note Public note - # of Students + # of students Enabled @@ -59,7 +59,7 @@ [% END %] [% c.staff_note | html %] - [% c.public_note | html %] + [% c.public_note | $raw %] [% c.students_count | html %] [% IF c.enabled == 'yes' %] -- 2.39.5