正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -231,7 +231,7 @@ class BTemplateLogic extends BaseLogic | @@ -231,7 +231,7 @@ class BTemplateLogic extends BaseLogic | ||
| 231 | 'head_css'=>$param['head_css'], | 231 | 'head_css'=>$param['head_css'], |
| 232 | 'footer_html'=>$param['footer_html'], | 232 | 'footer_html'=>$param['footer_html'], |
| 233 | 'footer_css'=>$param['footer_css'], | 233 | 'footer_css'=>$param['footer_css'], |
| 234 | - 'other'=>str_replace('<header','',characterTruncation($param['html'],'/<link id="google-fonts-link"\b[^>]*>(.*?)header/s')), | 234 | + 'other'=>str_replace('<header','',characterTruncation($param['html'],'/<link id="google-fonts-link"\b[^>]*>(.*?)<header/s')), |
| 235 | ]; | 235 | ]; |
| 236 | if($info === false){ | 236 | if($info === false){ |
| 237 | $data['template_id'] = $param['template_id']; | 237 | $data['template_id'] = $param['template_id']; |
-
请 注册 或 登录 后发表评论