diff --git a/module/product/ui/track.html.php b/module/product/ui/track.html.php
index 49e9a43570..d236ff6d31 100644
--- a/module/product/ui/track.html.php
+++ b/module/product/ui/track.html.php
@@ -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}")),
diff --git a/module/sonarqube/ui/browse.html.php b/module/sonarqube/ui/browse.html.php
index d308605a6f..d4501719ef 100644
--- a/module/sonarqube/ui/browse.html.php
+++ b/module/sonarqube/ui/browse.html.php
@@ -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);