1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +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 // Formattazione testo
elseif ($info['type'] == 'string') { elseif ($info['type'] == 'string' || $info['type'] == 'normalizedString') {
$output = htmlentities(html_entity_decode($output));
} }
// Riduzione delle dimensioni // Riduzione delle dimensioni