typecho教程:头部输出不完整

头部输出不完整

2013-08-19

安装SVN最新版后,head部分输入不全,是因为插件的原因

原因:https://code.google.com/p/typecho/source/detail?r=1531

修改文件:var/Widget/Archive.php,第1606行

$header = $this->pluginHandle()->header($header, $this);

改为:

$this->pluginHandle()->header($header, $this);