1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-06 02:34:37 +00:00

fix: 8a04d24a5bbd702353c43dc7194435dd9addc4f4

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

@ -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'));
}