fix(list/manage): remove dup problem id

This commit is contained in:
Baoshuo Ren 2023-01-15 15:12:42 +08:00
parent 6548c2e2b7
commit 3c2ab13e0d
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -318,7 +318,7 @@ EOD);
echo HTML::tag_begin('tr');
echo HTML::tag('td', ['class' => 'text-center'], $problem->info['id']);
echo HTML::tag_begin('td');
echo $problem->getLink();
echo $problem->getLink(['with' => 'none']);
if ($problem->info['is_hidden']) {
echo ' <span class="badge text-bg-danger"><i class="bi bi-eye-slash-fill"></i> ', UOJLocale::get('hidden'), '</span> ';
}