fix(submission): echoStatusBarTD

This commit is contained in:
Baoshuo Ren 2023-02-07 20:17:48 +08:00
parent eaceefbbbc
commit 7364d1fdb0
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -497,9 +497,9 @@ class UOJSubmission {
} else {
$actual_score = $this->getActualScore();
if ($actual_score === null) {
echo $tag_st, '" class="small text-decoration-none">', $this->info['result_error'], $tag_ed;
echo $tag_st, ' class="small text-decoration-none">', $this->info['result_error'], $tag_ed;
} else {
echo $tag_st, '" class="uoj-score text-decoration-none">', $actual_score, $tag_ed;
echo $tag_st, ' class="uoj-score text-decoration-none">', $actual_score, $tag_ed;
}
}
} else {