修复编辑器文章读取;

This commit is contained in:
2022-03-09 23:38:49 +08:00
parent 43bf3b0c40
commit 64b4a96079

View File

@@ -97,7 +97,7 @@
<div id="content-state" style="height: 30px;line-height: 30px;padding-left: 15px;border-top: 1px solid #e8e8e8;color: #666;"> <div id="content-state" style="height: 30px;line-height: 30px;padding-left: 15px;border-top: 1px solid #e8e8e8;color: #666;">
内容变动自动提交 内容变动自动提交
</div> </div>
<div id="content-data" style="display: none;">{:rawurldecode($post->content_html)}</div> <div id="content-data" style="display: none;">{:rawurlencode($post->content_html)}</div>
</div> </div>
</div> </div>
</div> </div>