feed能否全文显示?
如题
0
See Also
- 打开/install,显示乱码。
- 关于feed页面没指定输出编码导致的乱码问题
- 话说,那个atom feed 怎么乱码了呢
- MeiliSearch - 极简、快速的全文搜索引擎,支持中文
- 首页显示文章内容并格式化问题
Nearby
- 上一篇 › 云里mysql 主从数据的同步问题?
- 下一篇 › CI框架的加快好啦,还差点后台功能
没有可选项,只能自己修改了。
@ego008 如何修改?给个建议
@lzhi 把/feed.php 里的
mb_substr($article['content'], 0, 150, 'utf-8')
改为:
$article['content']
排版紊乱啊
同时:
在:http://www.lzhi.org/feed
Warning: Cannot modify header information - headers already sent by (output started at /data1/www/htdocs/90/qyapplzhi/1/feed.php:1) in include/cc.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /data1/www/htdocs/90/qyapplzhi/1/feed.php:1) in feed.php on line 68
bom 的问题 http://www.cnitblog.com/CoffeeCat/archive/2008/12/15/52629.html
@ego008 已解决,谢谢。
但是排版错位是怎么回事?
@lzhi 估计也是utf-8 bom 的问题,看看你修改了哪些文件,重新去bom 保存看看。