@@ -, +, @@ - 'Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.' - 'Attribute class"inst_surname" not allowed on element span at this point.' --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt @@ -49,7 +49,7 @@ [% AuthorisedValues.GetByCode( 'TERM' c.term, 1 ) | html %] [% FOREACH i IN c.instructors %] -
[% i.surname | html %][% IF i.firstname %], [% i.firstname | html %][% END %]
+
[% i.surname | html %][% IF i.firstname %], [% i.firstname | html %][% END %]
[% END %] [% c.public_note | $raw %] --