Merge pull request #17812 from frederic34/patch-24

fix warning
This commit is contained in:
Laurent Destailleur 2021-06-04 08:57:10 +02:00 committed by GitHub
commit 8ba651bb88
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 '">';