Skip to content

Commit b496943

Browse files
committed
refactor: sostituzione a capo con spazio in FE
1 parent 899abdc commit b496943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/exportFE/src/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ public function prepareForXML($input, $key = null)
667667
'č' => 'c',
668668
]);
669669

670-
$output = str_replace(["\r", "\n"], '', $output);
670+
$output = str_replace(["\r", "\n"], ' ', $output);
671671

672672
$output = self::sanitizeXML2($output);
673673
}

0 commit comments

Comments
 (0)