头部输出不完整
安装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);
评论已关闭
安装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);