【发布时间】:2015-01-26 12:38:00
【问题描述】:
我正在使用 django ckeditor。在其编辑器中输入的任何文本/内容都会在网页上呈现原始 html 输出。
例如:这是网页上ckeditor字段(RichTextField)的渲染输出;
<p><span style="color:rgb(0, 0, 0)">this is a test file ’s forces durin</span><span style="color:rgb(0, 0, 0)">galla’s good test is one that fails Thereafter, never to fail in real environment. </span></p>
我一直在寻找解决方案很长时间,但找不到一个:(有一些类似的问题,但没有一个能够提供帮助。如果提供任何建议的更改将会很有帮助需要更改的确切位置。不用说我是新手。
谢谢
【问题讨论】:
标签: django django-apps django-ckeditor