Joomla搜索结果页面的bug,如果标题包含关键词,会直接显示html源码

在Joomla自带的搜索组件,如果标题包含搜索关键词,那么在结果页面,标题部分会以html标签的形式展出。
 
如图:

joomla搜索结果.png

 
已邀请:

18978919999

赞同来自:

这个问题也会出现在T3系列模板中,
T3系列模板:
找到 plugins/system/t3/base-bs3/html/com_search/search/default_result.php 
 
将 <?php echo $this->escape($result->title); ?> 改为 <?php echo $result->title; ?>

要回复问题请先登录注册