Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个视图来在网站上显示 rss 提要的标题,它以编码格式显示特殊字符,对于描述字段,它正确显示特殊字符。我无法编辑内容,因为它们来自其他来源。
我无法找到解决方案。
尝试使用check_plain()输出标题。那将解决问题。
为标题字段创建一个新的视图模板,然后使用以下代码:
print check_plain($output);