FCKeditor 更改 '<'到'<'和'>'到'>'造成错误

发布于 2025-01-06 00:11:59 字数 202 浏览 1 评论 0 原文

FCKeditor v2.6.6 将其中包含<>的输入代码更改为&lt;和< code>> 分别导致错误。有什么方法可以配置 FCKeditor 来正确解析这些字符,否则它们会被输入到我们的数据库中,并在 PHP 文件中输出时错误地呈现。

FCKeditor v2.6.6 changes input code containting < and > in it to < and > respectively causing errors. Is there any way I can configure FCKeditor to parse these characters correctly otherwise they are entered into our database and incorrectly rendered when output in the PHP file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

从﹋此江山别 2025-01-13 00:11:59

http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html

检查 basicEntities 部分。不过,这是针对CKEditor的,FCKEditor可能没有这个。也许您应该考虑升级?

否则,这可能会有所帮助: http://docs.cksource.com/FCKeditor_2 .x/Developers_Guide/Configuration/Configuration_Options/ProcessHTMLEntities

http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html

Check section for basicEntities. However, this is for CKEditor, FCKEditor might not have this. Maybe you should consider upgrading?

Otherwise, this might help: http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProcessHTMLEntities

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文