diff --git a/module/execution/model.php b/module/execution/model.php
index fb7ea28782..f9dc19d71b 100644
--- a/module/execution/model.php
+++ b/module/execution/model.php
@@ -4335,10 +4335,10 @@ class executionModel extends model
$burns = join(',', $execution->burns);
echo "
";
echo "| id class='table-nest-icon icon table-nest-toggle'>";
- if($this->config->systemMode == 'new')
+ if($this->config->systemMode == 'new')
{
$spanClass = $execution->type == 'stage' ? 'label-warning' : 'label-info';
- echo "{$this->lang->execution->typeList[$execution->type]}";
+ echo "{$this->lang->execution->typeList[$execution->type]} ";
}
echo html::a(helper::createLink('execution', 'view', "executionID=$execution->id"), $execution->name);
echo ' | ' . zget($users, $execution->PM) . ' | ';