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

This commit is contained in:
liumengyi
2023-11-14 15:50:30 +08:00
parent 359032af3b
commit 93aa32f2c1
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ panel
set::enctype('multipart/form-data'),
set::target('_self'),
input(set::type('file'), set::name('file')),
span(setClass('label secondary'), $lang->transfer->importNotice),
),
span(setClass('label secondary'), $lang->transfer->importNotice)
)
);
h::js('$.cookie.set("maxImport", 0);');