Skip to content

Commit e91bc77

Browse files
loviuzPek5892
authored andcommitted
fix: aggiunta conversione carattere speciale per FE
1 parent 35ccc7c commit e91bc77

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)