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

View File

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