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') {
|
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