fix warning

This commit is contained in:
Frédéric FRANCE 2021-06-03 15:14:31 +02:00 committed by GitHub
parent 456356ded7
commit ee55a5568f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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