fix warning
This commit is contained in:
parent
50df842417
commit
72a665b901
@ -156,7 +156,7 @@ foreach ($object->fields as $key => $val) {
|
|||||||
if ($val['type'] == 'text') {
|
if ($val['type'] == 'text') {
|
||||||
print ' wordbreak';
|
print ' wordbreak';
|
||||||
}
|
}
|
||||||
if ($val['cssview']) {
|
if (!empty($val['cssview'])) {
|
||||||
print ' '.$val['cssview'];
|
print ' '.$val['cssview'];
|
||||||
}
|
}
|
||||||
print '">';
|
print '">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user