* Remove , at the end of row in the lastest children in transfer.
This commit is contained in:
@@ -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);');
|
||||
|
||||
Reference in New Issue
Block a user