ckeditor显示<p>文本</p>而不是显示HTML

时间:2017-04-12 12:54:38

标签: codeigniter ckeditor

Ck-editor不会将我的内容显示为HTML,而是使用HTML标签显示。

我已通过以下代码初始化ck-editor:

$(document).ready(function() {
   CKEDITOR.replace('long_description');
});

enter image description here

1 个答案:

答案 0 :(得分:3)

请检查form_helper文件。可能html_escape会有问题。请尝试删除此html_escape并告诉我它是否有效。