diff --git a/module/execution/view/view.html.php b/module/execution/view/view.html.php
index 0823ca16da..1263534bf9 100644
--- a/module/execution/view/view.html.php
+++ b/module/execution/view/view.html.php
@@ -188,7 +188,7 @@
$names = '';
foreach($programList as $id => $name)
{
- $names .= common::hasPriv('program', 'product')? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ ';
+ $names .= common::hasPriv('program', 'product') ? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ ';
}
echo rtrim($names, '/ ');
?>