diff --git a/module/execution/view/bug.html.php b/module/execution/view/bug.html.php
index 6acf38e9a7..586653e278 100644
--- a/module/execution/view/bug.html.php
+++ b/module/execution/view/bug.html.php
@@ -100,7 +100,7 @@
pri?>' title='bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?> |
- title, null, "style='color: $bug->color' data-app={$this->app->tab}");?> |
+ title, null, "style='color: $bug->color' data-app={$this->app->tab}");?> |
openedBy, $bug->openedBy);?> |
deadline, 0, 4) > 0) echo substr($bug->deadline, 5, 6);?> |
bug->printAssignedHtml($bug, $users);?> |
diff --git a/module/execution/view/testcase.html.php b/module/execution/view/testcase.html.php
index 0ed45b34a7..002f050ade 100644
--- a/module/execution/view/testcase.html.php
+++ b/module/execution/view/testcase.html.php
@@ -49,7 +49,7 @@
pri?>' title='testcase->priList, $case->pri, $case->pri);?>'>testcase->priList, $case->pri, $case->pri)?> |
version";?>
task";?>
- createLink('testcase', 'view', $params, '', '', $case->project), $case->title, null, "style='color: $case->color' data-app='{$this->app->tab}'");?> |
+ createLink('testcase', 'view', $params, '', '', $case->project), $case->title, null, "style='color: $case->color' data-app='{$this->app->tab}'");?> |
testcase->typeList, $case->type);?> |
openedBy);?> |
lastRunner);?> |