diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc index 9be4ee0f55..164e20fc0c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc +++ b/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 %]