From 02ef72b0358e2b22f97afc6ea354486af1b915ce Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Tue, 20 Sep 2022 18:23:18 +0800 Subject: [PATCH] fix: user info style --- web/app/controllers/user_info.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/web/app/controllers/user_info.php b/web/app/controllers/user_info.php index d0917b5..91ebbbc 100644 --- a/web/app/controllers/user_info.php +++ b/web/app/controllers/user_info.php @@ -127,16 +127,17 @@ $ac_problems = DB::selectAll("select a.problem_id as problem_id, b.title as title from best_ac_submissions a inner join problems b on a.problem_id = b.id where submitter = '{$user['username']}';"); ?>

-
+
+