From 29a1b26762534b596362fa316e6c5bca689422f8 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 24 Sep 2022 22:01:38 +0800 Subject: [PATCH] fix: b4c760110e352241b26d4666f7230227f523934d --- web/app/libs/uoj-html-lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/libs/uoj-html-lib.php b/web/app/libs/uoj-html-lib.php index 04d5062..3e56dcc 100644 --- a/web/app/libs/uoj-html-lib.php +++ b/web/app/libs/uoj-html-lib.php @@ -642,7 +642,7 @@ class JudgementDetailsPrinter { } echo ''; - echo '
'; + echo '
'; if (isset($REQUIRE_LIB['bootstrap5'])) { echo $this->styler->getTestInfoIcon($subtask_info);