Bug 22501: OPAC course reserves notes should allow html links
authorLucas Gass <lucas@bywatersolutions.com>
Tue, 26 Mar 2019 17:41:36 +0000 (17:41 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 12 Apr 2019 01:40:53 +0000 (01:40 +0000)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt

index 1b97988..dffe80b 100644 (file)
@@ -52,7 +52,7 @@
                                           <div class="instructor"><span class"inst_surname">[% i.surname | html %]</span>[% IF i.firstname %]<span class="instr_separator">, </span><span class="instr_firstname">[% i.firstname | html %]</span>[% END %]</div>
                                       [% END %]
                                     </td>
-                                    <td>[% c.public_note | html %]</td>
+                                    <td>[% c.public_note | $raw %]</td>
                             [% END %]
                         </tbody>
                     </table>