View | Details | Raw Unified | Return to bug 22501
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-2 / +1 lines)
Lines 52-58 Link Here
52
                                          <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>
52
                                          <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>
53
                                      [% END %]
53
                                      [% END %]
54
                                    </td>
54
                                    </td>
55
                                    <td>[% c.public_note | html %]</td>
55
                                    <td>[% c.public_note | $raw %]</td>
56
                            [% END %]
56
                            [% END %]
57
                        </tbody>
57
                        </tbody>
58
                    </table>
58
                    </table>
59
- 

Return to bug 22501