@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/tools/oai-pmh-harvester/request.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/oai-pmh-harvester/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/oai-pmh-harvester/request.tt @@ -167,9 +167,9 @@ [% FOREACH matcher IN matchers %] [% IF ( oai_pmh_request.import_matcher_code == matcher.code ) %] - + [% ELSE %] - + [% END %] [% END %] --