fix(problem_set):fix incorrect class in bootstrap4

correct the problem in showing the sign when pass the problem
This commit is contained in:
EarringYYR 2020-08-29 14:48:54 +08:00 committed by billchenchina
parent bd76d2c296
commit 69adfdb5dc

View File

@ -24,7 +24,7 @@
if (isProblemVisibleToUser($problem, $myUser)) {
echo '<tr class="text-center">';
if ($problem['submission_id']) {
echo '<td class="success">';
echo '<td class="table-success">';
} else {
echo '<td>';
}