Skip to content

Commit 515c478

Browse files
committed
fix: aggiunta conversione carattere speciale per FE
1 parent 7290cb4 commit 515c478

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/exportFE/src/Validator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4425,6 +4425,7 @@ public static function sanitizeXML2($string)
44254425
' ́' => '\'',
44264426
' ̧' => ',',
44274427
'ś' => 's',
4428+
'' => '->',
44284429
]);
44294430

44304431
return $string;

0 commit comments

Comments
 (0)