优艾设计网

编辑器代码高亮问题?

优艾设计网 https://www.uibq.com 2023-03-21 09:59 出处:网络 作者:PS教程自学
之前在编辑器插入HTML代码,直接就转为文字了,后来修改了Topic_model.php,结果页面的description中显示代码

之前在编辑器插入HTML代码,直接就转为文字了,后来修改了Topic_model.php,结果页面的description中显示代码



最后百度了下,要引入ueditor的高亮代码:

<li优艾设计网_设计模板nk href="你的ueditor路径/ueditor/third-party/SyntaxHighlighter/shCoreDefault.css" rel="stylesheet" type="text/css" />  [removed][removed]  [removed]      SyntaxHighlighter.all();       [removed]

结果还是有问题,显示如下:

SEO问答SEO技术




解决方法:


第一步:

Topic_model.php  43行  去掉  htmlspecialchars_decode


第二步:

/application/controllers/Topic.php


1080行  描述修改为

$seo_description = cutstr ( str_replace ( ' ', '', checkwordsglobal ( strip_tags ( html_entity_decode ( $topicone ['describtion'] ) ) ) ), 200, '...' );



0

精彩评论

暂无评论...
验证码 换一张
取 消