mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 16:08:41 +00:00
fix(submission): echoStatusBarTD
This commit is contained in:
parent
eaceefbbbc
commit
7364d1fdb0
@ -497,9 +497,9 @@ class UOJSubmission {
|
|||||||
} else {
|
} else {
|
||||||
$actual_score = $this->getActualScore();
|
$actual_score = $this->getActualScore();
|
||||||
if ($actual_score === null) {
|
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 {
|
} 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 {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user