正在显示
1 个修改的文件
包含
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(); |
-
请 注册 或 登录 后发表评论