fix warning
This commit is contained in:
parent
456356ded7
commit
ee55a5568f
@ -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 '">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user