fix warning

This commit is contained in:
Frédéric FRANCE 2021-10-24 19:19:32 +02:00 committed by GitHub
parent 50df842417
commit 72a665b901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ foreach ($object->fields as $key => $val) {
if ($val['type'] == 'text') {
print ' wordbreak';
}
if ($val['cssview']) {
if (!empty($val['cssview'])) {
print ' '.$val['cssview'];
}
print '">';