@@ -, +, @@ I confirm this patch silence noise in log file. --- .../intranet-tmpl/prog/en/includes/authorities-search.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc @@ -27,9 +27,9 @@ [% IF (marcflavour == 'UNIMARC' ) %][% END %] [% FOREACH authority_type IN authority_types %] [% IF authority_type.authtypecode == authtypecode %] - + [% ELSE %] - + [% END %] [% END %] @@ -83,9 +83,9 @@ [% IF (marcflavour == 'UNIMARC' ) %][% END %] [% FOREACH authority_type IN authority_types %] [% IF authority_type.authtypecode == authtypecode %] - + [% ELSE %] - + [% END %] [% END %] @@ -139,9 +139,9 @@ [% IF (marcflavour == 'UNIMARC' ) %][% END %] [% FOREACH authority_type IN authority_types %] [% IF authority_type.authtypecode == authtypecode %] - + [% ELSE %] - + [% END %] [% END %] --