diff --git a/module/programplan/view/create.html.php b/module/programplan/view/create.html.php
index b04a529c8a..1b62647903 100644
--- a/module/programplan/view/create.html.php
+++ b/module/programplan/view/create.html.php
@@ -50,7 +50,7 @@
programplan->typeList as $key => $value)
{
- $label = "";
+ $label = "";
echo html::a($this->createLink('programplan', 'create', "projectID=$project->id&productID=$productID&planID=$planID&type=$key"), $label);
}
?>