@@ -, +, @@ though a record is created --- C4/Biblio.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/C4/Biblio.pm +++ a/C4/Biblio.pm @@ -2077,7 +2077,7 @@ sub TransformHtmlToXml { } $prevtag = @$tags[$i]; } - $xml .= "\n" if @$tags > 0; + $xml .= "\n" if $xml =~ m/preference('marcflavour') eq 'UNIMARC' and !$unimarc_and_100_exist ) { # warn "SETTING 100 for $auth_type"; --