From 6e45107185933fe720cc7d4028057a69b3217300 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 3 Sep 2023 17:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=88=86=E9=A1=B5=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E9=99=90=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/Page.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/extend/base/Page.php b/extend/base/Page.php index 276de165f..fda447031 100755 --- a/extend/base/Page.php +++ b/extend/base/Page.php @@ -127,7 +127,6 @@ class Page $before_disabled = ($this->page > 1) ? '' : ' am-disabled'; $after_disabled = ($this->page > 0 && $this->page < $this->page_total) ? '' : ' am-disabled'; - $this->html .= '
'; $this->html .= '
'; $this->html .= ''; - $this->html .= ''; return $this->html; }