This commit is contained in:
Beppe 2024-10-28 12:33:27 +01:00
commit e32d79dbc0
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class SelectHandler implements HandlerInterface
}
if (!empty($element['_bgcolor_'])) {
$attributes[] = 'style="background:'.$element['_bgcolor_'].'; color:'.color_inverse($element['_bgcolor_'].';"');
$attributes[] = 'style="background:'.$element['_bgcolor_'].'; color:'.color_inverse($element['_bgcolor_']).'"';
}
// Leggo ulteriori campi oltre a id e descrizione per inserirli nell'option nella forma "data-nomecampo1", "data-nomecampo2", ecc