正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -181,8 +181,8 @@ class TranslateLogic extends BaseLogic | @@ -181,8 +181,8 @@ class TranslateLogic extends BaseLogic | ||
| 181 | } | 181 | } |
| 182 | $need_tran[] = htmlspecialchars_decode(html_entity_decode($string)); | 182 | $need_tran[] = htmlspecialchars_decode(html_entity_decode($string)); |
| 183 | } | 183 | } |
| 184 | - $need_tran[] = $description->attr['content']; | ||
| 185 | - $need_tran[] = $keywords->attr['content']; | 184 | + $need_tran[] = $description->attr('content'); |
| 185 | + $need_tran[] = $keywords->attr('content'); | ||
| 186 | return $need_tran; | 186 | return $need_tran; |
| 187 | return $data; | 187 | return $data; |
| 188 | } | 188 | } |
-
请 注册 或 登录 后发表评论