Update list.php

This commit is contained in:
Frédéric FRANCE 2021-10-25 20:51:56 +02:00 committed by GitHub
parent c4fbf7c422
commit 8c08786182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -953,7 +953,7 @@ while ($i < min($num, $limit)) {
} }
if (!empty($arrayfields['t.'.$key]['checked'])) { if (!empty($arrayfields['t.'.$key]['checked'])) {
print '<td'; print '<td';
if (!empty($cssforfield) || !empty($val['css']) { if (!empty($cssforfield) || !empty($val['css'])) {
print ' class="'; print ' class="';
} }
print empty($cssforfield) ? '' : $cssforfield; print empty($cssforfield) ? '' : $cssforfield;