diff --git a/plugins/exportFE/src/Validator.php b/plugins/exportFE/src/Validator.php index ef94a39b6..90c393348 100755 --- a/plugins/exportFE/src/Validator.php +++ b/plugins/exportFE/src/Validator.php @@ -4443,6 +4443,8 @@ class Validator 'ò' => 'o', 'ù' => 'u', '‐' => '-', + '✓' => '-', + '●' => '-', ]); return $string;