diff --git a/web/app/libs/uoj-html-lib.php b/web/app/libs/uoj-html-lib.php index a5eff02..290c1ae 100644 --- a/web/app/libs/uoj-html-lib.php +++ b/web/app/libs/uoj-html-lib.php @@ -565,7 +565,7 @@ class JudgmentDetailsPrinter { if ($this->styler->show_score) { echo '
'; - echo ': ', $subtask_score; + echo ' ', $subtask_score, ' pts'; echo '
'; echo '
'; echo $this->styler->getTestInfoIcon($subtask_info);