mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 00:28:41 +00:00
This commit is contained in:
parent
ef01c326b2
commit
274baec200
@ -44,7 +44,7 @@ function getListTR($info) {
|
||||
$html .= ' <span class="badge text-bg-danger"><i class="bi bi-eye-slash-fill"></i> ' . UOJLocale::get('hidden') . '</span> ';
|
||||
}
|
||||
foreach ($list->queryTags() as $tag) {
|
||||
$html .= ' <a class="uoj-list-tag"><span class="badge text-bg-secondary">' . $tag['tag'] . '</span></a> ';
|
||||
$html .= ' <a class="uoj-list-tag"><span class="badge text-bg-secondary">' . HTML::escape($tag) . '</span></a> ';
|
||||
}
|
||||
$html .= HTML::tag('td', [], max(0, $accepted));
|
||||
$html .= HTML::tag('td', [], count($problems));
|
||||
|
Loading…
Reference in New Issue
Block a user