@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -148,6 +148,7 @@ Using this account is not recommended because some parts of Koha will not functi [% IF ( JacketImages ) %] [% END %] Title + Author Due [% UNLESS ( item_level_itypes ) %] Item type @@ -210,7 +211,8 @@ Using this account is not recommended because some parts of Koha will not functi [% ISSUE.title |html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %] [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] - [% ISSUE.author %] + + [% ISSUE.author %] [% IF ( ISSUE.overdue ) %] --