From bdf5b679b263e3022b5f050870d4f178d4f04e91 Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Tue, 12 Aug 2025 14:04:49 +0000 Subject: [PATCH] (follow-up) Tidy manage-marc-import.tt https://bugs.koha-community.org/show_bug.cgi?id=21272 Signed-off-by: Hammat Wele --- .../prog/en/modules/tools/manage-marc-import.tt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index c558b956dfa..49c423eb53c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -258,11 +258,12 @@ [% IF ( missing_branches ) %] -
One and more records contains incorrect library codes which are not part of your installation: +
One and more records contains incorrect library codes which are not part of your installation: - [% FOREACH branche IN branches %] - [% branche | html %] - [% END %] + [% FOREACH branche IN branches %] + [% branche | html %] + [% END %]
[% END %] @@ -272,7 +273,7 @@ [% FOREACH title IN titles %] [% title | html %] - | + | [% END %]
-- 2.34.1