From a56923d52a6b55523a500f586e07f1b7b3ffae4a Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Mon, 26 Sep 2022 11:28:53 +0800 Subject: [PATCH] fix: style --- web/app/controllers/problem_list.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/controllers/problem_list.php b/web/app/controllers/problem_list.php index c47e8b6..3774f35 100644 --- a/web/app/controllers/problem_list.php +++ b/web/app/controllers/problem_list.php @@ -49,7 +49,6 @@ echo ' ' . $problem["uploader"] . ' '; foreach (queryProblemTags($problem['id']) as $tag) { - if (isset($REQUIRE_LIB['bootstrap5'])) { echo ''; echo ''; @@ -256,6 +255,7 @@ $('#input-show_difficulty').click(function() { pagination(); ?> + @@ -266,4 +266,5 @@ $('#input-show_difficulty').click(function() { +