diff --git a/module/bug/model.php b/module/bug/model.php index 3c9f5dad23..887dd0ef67 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -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 {