fix #325

修正在标签输入时无法使用tab切换焦点
This commit is contained in:
祁宁
2014-11-07 11:40:38 +08:00
parent cd971ea91e
commit f062a78768
3 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -1832,11 +1832,11 @@ class Widget_Archive extends Widget_Abstract_Contents
}
}
/** 插件支持 */
$this->pluginHandle()->header($header, $this);
/** 输出header */
echo $header;
/** 插件支持 */
$this->pluginHandle()->header($header, $this);
}
/**