mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
fix(submission): echoStatusBarTD
This commit is contained in:
parent
eaceefbbbc
commit
7364d1fdb0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user