作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

@@ -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 }