From da1989c6e0ac412993505404a97af9e3202949c3 Mon Sep 17 00:00:00 2001 From: ShingChi Date: Mon, 10 Mar 2014 20:57:41 +0800 Subject: [PATCH] fix whitespace --- var/Widget/Archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/Widget/Archive.php b/var/Widget/Archive.php index f0bd0bf2..c59beccc 100644 --- a/var/Widget/Archive.php +++ b/var/Widget/Archive.php @@ -1507,7 +1507,7 @@ class Widget_Archive extends Widget_Abstract_Contents * @param string $default 如果没有下一篇,显示的默认文字 * @return void */ - public function theNext($word = NULL, $class = NULL,$default = NULL) + public function theNext($word = NULL, $class = NULL, $default = NULL) { $content = $this->db->fetchRow($this->select()->where('table.contents.created > ? AND table.contents.created < ?', $this->created, $this->options->gmtTime)