Bug 22501: (QA follow-up) use $raw for the note in the intranet
authorLiz Rea <wizzyrea@gmail.com>
Tue, 9 Apr 2019 17:56:43 +0000 (17:56 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 16 Apr 2019 13:13:56 +0000 (14:13 +0100)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 8c7bc8946b4d100da841916b4fe5fa12c2505fb5)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt

index 4bf33bb..612bec0 100644 (file)
@@ -64,7 +64,7 @@
                     </div>
                 </li>
                 <li><span class="label">Staff note</span> [% course.staff_note | html %]</li>
-                <li><span class="label">Public note</span> [% course.public_note | html %]</li>
+                <li><span class="label">Public note</span> [% course.public_note | $raw %]</li>
                 <li><span class="label">Student count</span> [% course.students_count | html %]</li>
                 <li><span class="label">Status</span> [% IF course.enabled == 'yes' %]Active[% ELSE %]Inactive[% END %]</li>
               </ol>