Bug 22949: Markup error in OPAC course reserves template
[koha-equinox.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-course-reserves.tt
index 47c7fa1..9f3b430 100644 (file)
                                     <td>[% AuthorisedValues.GetByCode( 'DEPARTMENT', c.department, 1 ) | html %]</td>
                                     <td>[% c.course_number | html %]</td>
                                     <td>[% c.section | html %]</td>
-                                    <td>[% AuthorisedValues.GetByCode( 'TERM' c.term ) | html %]</td>
+                                    <td>[% AuthorisedValues.GetByCode( 'TERM' c.term, 1 ) | html %]</td>
                                     <td>
                                       [% FOREACH i IN c.instructors %]
-                                          <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 %]
                                     </td>
-                                    <td>[% c.public_note | html %]</td>
+                                    <td>[% c.public_note | $raw %]</td>
                             [% END %]
                         </tbody>
                     </table>