1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-21 11:35:35 +01:00

Trim data-background per problemi su vista scadenzario

This commit is contained in:
Luca 2021-02-08 17:51:22 +01:00
parent cebe336f4d
commit 178c3500e3

View File

@ -158,7 +158,7 @@ if (!empty($query)) {
// Colore del testo
if (!empty($column['data-background'])) {
$column['data-color'] = isset($column['data-color']) ? $column['data-color'] : color_inverse($column['data-background']);
$column['data-color'] = isset($column['data-color']) ? $column['data-color'] : color_inverse(trim($column['data-background']));
}
// Link della colonna