@@ -, +, @@ of MARCdetail --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -312,7 +312,7 @@ $(document).ready(function(){ [% result.location | html %] - [% result.title | html %] + [% result.title | html %] [% IF ( result.author ) %] by [% result.author | html %] [% END %] --