Fix stringhe con HTML entities
This commit is contained in:
parent
e33eec69fc
commit
44217a6a83
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue