* Fix parse error.

This commit is contained in:
Lufei
2023-11-10 16:53:48 +08:00
parent 1e06bfdb67
commit ebe15dd0e7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ function getTrackTd($storyID, $story, $tab, $module)
isset($story->parent) && $story->parent > 0 ? label(
setClass('rounded-full light mr-1'),
set('title', $lang->story->children),
$lang->story->childrenAB,
$lang->story->childrenAB
) : null,
a(
set('href', createLink($module, 'view', "storyID={$storyID}")),
+1 -1
View File
@@ -23,7 +23,7 @@ $tableData = initTableData($sonarqubeList, $config->sonarqube->dtable->browse->f
toolbar
(
$canCreate ? item(set($createItem)) : null,
$canCreate ? item(set($createItem)) : null
);
jsVar('confirmDelete', $lang->sonarqube->confirmDelete);