1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-11 17:18:45 +00:00

fix(submissions): submission status badge

This commit is contained in:
Baoshuo Ren 2023-02-18 10:52:12 +08:00
parent dab27a8568
commit 52f05a3a01
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -514,7 +514,7 @@ class UOJSubmission {
echo $tag_st, ' class="small text-decoration-none">', $this->info['result_error'], $tag_ed;
}
} else {
echo $tag_st, ' class="vstack gap-1 d-inline-flex">';
echo $tag_st, ' class="vstack d-inline-flex">';
if ($cfg['result_badge']) {
echo '<span class="fs-5">';
if ($actual_score == 100) {