diff --git a/module/execution/view/view.html.php b/module/execution/view/view.html.php
index 683cfb5e2a..5e9ea8e2da 100644
--- a/module/execution/view/view.html.php
+++ b/module/execution/view/view.html.php
@@ -191,7 +191,7 @@
{
if($name != $end)
{
- echo common::hasPriv('program', 'product')? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ ';
+ echo common::hasPriv('program', 'product')? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ ';
}
else
{