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']}';"); ?>
+