diff --git a/plugins/exportFE/src/Validator.php b/plugins/exportFE/src/Validator.php index a7292b90e..fc00a1467 100644 --- a/plugins/exportFE/src/Validator.php +++ b/plugins/exportFE/src/Validator.php @@ -606,7 +606,8 @@ class Validator } // Formattazione testo - elseif ($info['type'] == 'string') { + elseif ($info['type'] == 'string' || $info['type'] == 'normalizedString') { + $output = htmlentities(html_entity_decode($output)); } // Riduzione delle dimensioni