From f21ee00a87e86f3a98538ab35cf6f0234a1394af Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 13 Oct 2022 20:29:44 +0800 Subject: [PATCH] fix(web): style --- web/app/controllers/image_hosting/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/controllers/image_hosting/index.php b/web/app/controllers/image_hosting/index.php index 20e9e4b..8be56ed 100644 --- a/web/app/controllers/image_hosting/index.php +++ b/web/app/controllers/image_hosting/index.php @@ -335,8 +335,8 @@ $pag_config = [ 'cond' => "uploader = '{$myUser['username']}'", 'tail' => 'order by upload_time desc', ]; -$pag = new Paginator($pag_config); -?> + $pag = new Paginator($pag_config); + ?>

我的图片