|
@@ -156,6 +156,9 @@ class Content
|
|
|
foreach ($data['text'] as $k => $v) {
|
|
|
if (isset($v['name']) && $v['name']) {
|
|
|
$data['text'][$k]['name_array'] = explode("\r\n", $v['name']);
|
|
|
+ } else {
|
|
|
+ unset($data['text'][$k]);
|
|
|
+ continue;
|
|
|
}
|
|
|
|
|
|
if (isset($v['bgcolor_type']) && $v['bgcolor_type'][0] == 2) {
|