Bug 22501: OPAC course reserves notes should allow html links

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>
This commit is contained in:
Lucas Gass 2019-03-26 17:41:36 +00:00 committed by Nick Clemens
parent 8b3f1cb151
commit 79f1008c7e

View 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> <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 %] [% END %]
</td> </td>
<td>[% c.public_note | html %]</td> <td>[% c.public_note | $raw %]</td>
[% END %] [% END %]
</tbody> </tbody>
</table> </table>