@@ -, +, @@ --- .../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 @@ -65,9 +65,9 @@ [% END %] [% IF ( test_parameters ) %] [% IF ( errors.size ) %] - Tests failed! +
Tests failed!
[% ELSE %] - Tests successful! +
Tests succeeded!
[% END %] [% END %]
--