Skip to content

Commit 51cfe96

Browse files
committed
fix: carattere non supportato XML
1 parent 64067ab commit 51cfe96

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
@@ -930,7 +930,7 @@ public static function sanitizeXML2($string)
930930
'' => '..',
931931
'' => '...',
932932
'' => ' ',
933-
'' => '′′',
933+
'' => '"',
934934
'' => '′′′',
935935
'' => '‵‵',
936936
'' => '‵‵‵',

0 commit comments

Comments
 (0)