* Finish task#8381.

This commit is contained in:
hufangzhou
2020-11-17 14:19:44 +08:00
parent 3def724cd5
commit 0552e787f0
+1 -1
View File
@@ -2579,7 +2579,7 @@ class bugModel extends model
case 'id':
if($canBatchAction)
{
echo html::checkbox('bugIDList', array($bug->id => ''), '') . html::a(helper::createLink('bug', 'view', "bugID=$bug->id"), sprintf('%03d', $bug->id));
echo html::checkbox('bugIDList', array($bug->id => '')) . html::a(helper::createLink('bug', 'view', "bugID=$bug->id"), sprintf('%03d', $bug->id));
}
else
{