1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-22 21:28:08 +01:00

Fix stringhe con HTML entities

This commit is contained in:
Thomas Zilio 2019-07-22 10:01:56 +02:00
parent e33eec69fc
commit 44217a6a83

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