fix: 8a04d24a5b
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-02-28 14:34:09 +08:00
parent 8a04d24a5b
commit 0d31f56e39
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -649,7 +649,7 @@ class UOJContest {
} else if ($this->progress() <= CONTEST_TESTING) {
$judge_progress = $this->queryJudgeProgress();
$res .= HTML::tag('span', [], "{$judge_progress['title']} ({$judge_progress['rop']})");
$res .= HTML::tag('span', [], "{$judge_progress['title']} ({$judge_progress['rop']}%)");
} else {
$res .= HTML::tag('span', [], UOJLocale::get('contests::contest ended'));
}