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

This commit is contained in:
liumengyi
2023-11-13 14:12:44 +08:00
parent 72a09d7cd0
commit 6b9e60c019
5 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -89,10 +89,10 @@ div
'id' => 'cancelInstallBtn',
'class' => 'btn',
'onclick' => 'cancelInstall(this)'
),
)
))
),
),
)
)
);
if(!helper::isAjaxRequest('modal')) render('pagebase');