作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

托管成功短信提示

@@ -29,7 +29,7 @@ class PageHtmlModel extends Model @@ -29,7 +29,7 @@ class PageHtmlModel extends Model
29 */ 29 */
30 public function getContentAttr($value) 30 public function getContentAttr($value)
31 { 31 {
32 - return htmlspecialchars(cmf_replace_content_file_url(htmlspecialchars_decode($value), true)); 32 + return cmf_replace_content_file_url(htmlspecialchars_decode($value));
33 } 33 }
34 public function findData($where){ 34 public function findData($where){
35 $data = $this->where($where)->find(); 35 $data = $this->where($where)->find();