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:
parent
e33eec69fc
commit
44217a6a83
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user