* Remove , at the end of row in the lastest children in bug.

This commit is contained in:
liumengyi
2023-11-13 10:02:53 +08:00
parent ccebf644bd
commit 338f098eca
13 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ formBatchPanel
set::title($lang->bug->common . $lang->colon . $lang->bug->batchActivate),
set::mode('edit'),
set::items($items),
set::data(array_values($bugs)),
set::data(array_values($bugs))
);
render();