diff --git a/module/VuFind/src/VuFind/RecordDriver/MarcAdvancedTrait.php b/module/VuFind/src/VuFind/RecordDriver/MarcAdvancedTrait.php index d6afe45a08b9090d5dff1ae03c988f850d29f6f9..5d0bd86e54e35cb874956d0a8394411f34944c75 100644 --- a/module/VuFind/src/VuFind/RecordDriver/MarcAdvancedTrait.php +++ b/module/VuFind/src/VuFind/RecordDriver/MarcAdvancedTrait.php @@ -855,7 +855,7 @@ trait MarcAdvancedTrait if ($format == 'marc21') { $xml = $this->getMarcRecord()->toXML(); $xml = str_replace( - [chr(27), chr(28), chr(29), chr(30), chr(31)], ' ', $xml + [chr(27), chr(28), chr(29), chr(30), chr(31), chr(8)], ' ', $xml ); $xml = simplexml_load_string($xml); if (!$xml || !isset($xml->record)) {