@@ -, +, @@ --- .../prog/en/modules/cataloguing/addbiblio.tt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -838,14 +838,15 @@ $(document).ready(function(){ [% END #/ WRAPPER sub-header.inc %]
- [% IF ( INVALID_METADATA ) %] -
-

This record had encoding issues, non-xml characters have been stripped in order to allow editing. Please be cautious when saving that some data may have been removed from the record.
Decoding error:

- [% INVALID_METADATA | html %] -
- [% END %]
+ [% IF ( INVALID_METADATA ) %] +
+

Errors found

+

This record had encoding issues, non-xml characters have been stripped in order to allow editing. Please be cautious when saving that some data may have been removed from the record.

+
[% INVALID_METADATA | html %]
+
+ [% END %]
--