From 452fa418b179da992a63b7b55c5c516939633c92 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 --- .../intranet-tmpl/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.11.0