Fix stringhe con HTML entities

This commit is contained in:
Thomas Zilio 2019-07-22 10:01:56 +02:00
parent e33eec69fc
commit 44217a6a83
1 changed files with 2 additions and 1 deletions

View File

@ -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