mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Formattazione codice
This commit is contained in:
@ -133,7 +133,7 @@ if (!empty($query)) {
|
||||
|
||||
// Formattazione HTML
|
||||
if (empty($total['html_format'][$pos]) && !empty($value)) {
|
||||
$value = strip_tags($value?:'');
|
||||
$value = strip_tags($value ?: '');
|
||||
}
|
||||
|
||||
// Formattazione automatica
|
||||
|
Reference in New Issue
Block a user