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

This commit is contained in:
liumengyi
2023-11-14 10:42:31 +08:00
parent 73ca9257b1
commit ba64ee2e46
5 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -55,9 +55,9 @@ form
array(
'text' => $lang->goback,
'btnType' => 'info',
'onClick' => jsRaw('() => {goBack()}'),
'onClick' => jsRaw('() => {goBack()}')
)
)
)),
))
)
);