From a73b212b32cfff747d0a02b6e578a11a65205619 Mon Sep 17 00:00:00 2001
From: Baoshuo
Date: Tue, 20 Sep 2022 17:03:11 +0800
Subject: [PATCH] fix: accepted problems style
---
web/app/controllers/user_info.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/app/controllers/user_info.php b/web/app/controllers/user_info.php
index 9fd4162..d0917b5 100644
--- a/web/app/controllers/user_info.php
+++ b/web/app/controllers/user_info.php
@@ -127,16 +127,16 @@
$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']}';");
?>
= UOJLocale::get('accepted problems').':'.UOJLocale::get('n problems in total', count($ac_problems))?>
-
+