From b958757bf037c806ec35c7d44ccd96960be9f8a9 Mon Sep 17 00:00:00 2001 From: yin5th <541304803@qq.com> Date: Tue, 15 Nov 2022 17:33:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=90=8E=E5=8F=B0=E5=88=86=E9=A1=B5):=20?= =?UTF-8?q?=E4=B8=8A=E4=B8=80=E9=A1=B5=E4=B8=8B=E4=B8=80=E9=A1=B5=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/dxtc/Bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extend/dxtc/Bootstrap.php b/extend/dxtc/Bootstrap.php index 28daca7..93405c1 100755 --- a/extend/dxtc/Bootstrap.php +++ b/extend/dxtc/Bootstrap.php @@ -51,7 +51,7 @@ class Bootstrap extends Paginator * $text = '' * @return string */ - protected function getPreviousButton(string $text = ''): string + protected function getPreviousButton(string $text = '>>'): string { if ($this->currentPage() <= 1) { @@ -72,7 +72,7 @@ class Bootstrap extends Paginator * $text = '' * @return string */ - protected function getNextButton(string $text=''): string + protected function getNextButton(string $text='>>'): string { if (!$this->hasMore) { // return $this->getDisabledTextWrapper($text);