diff --git a/module/execution/view/ajaxgetdropmenu.html.php b/module/execution/view/ajaxgetdropmenu.html.php
index 980945cb00..1d60bc6929 100644
--- a/module/execution/view/ajaxgetdropmenu.html.php
+++ b/module/execution/view/ajaxgetdropmenu.html.php
@@ -58,9 +58,9 @@ foreach($executions as $projectID => $projectExecutions)
{
$projectName = zget($projects, $projectID);
- if($executionCounts[$projectID]['myExecution']) $myExecutionsHtml .= '
';
- if($executionCounts[$projectID]['others']) $normalExecutionsHtml .= '';
- if($executionCounts[$projectID]['closed']) $closedExecutionsHtml .= '';
+ if($executionCounts[$projectID]['myExecution']) $myExecutionsHtml .= '';
+ if($executionCounts[$projectID]['others']) $normalExecutionsHtml .= '';
+ if($executionCounts[$projectID]['closed']) $closedExecutionsHtml .= '';
}
foreach($projectExecutions as $index => $execution)
diff --git a/module/product/view/ajaxgetdropmenu.html.php b/module/product/view/ajaxgetdropmenu.html.php
index 41fdafa825..878a715744 100644
--- a/module/product/view/ajaxgetdropmenu.html.php
+++ b/module/product/view/ajaxgetdropmenu.html.php
@@ -62,9 +62,9 @@ foreach($products as $programID => $programProducts)
{
$programName = zget($programs, $programID);
- if($productCounts[$programID]['myProduct']) $myProductsHtml .= '';
- if($productCounts[$programID]['others']) $normalProductsHtml .= '';
- if($productCounts[$programID]['closed']) $closedProductsHtml .= '';
+ if($productCounts[$programID]['myProduct']) $myProductsHtml .= '';
+ if($productCounts[$programID]['others']) $normalProductsHtml .= '';
+ if($productCounts[$programID]['closed']) $closedProductsHtml .= '';
}
foreach($programProducts as $index => $product)
diff --git a/module/project/view/ajaxgetdropmenu.html.php b/module/project/view/ajaxgetdropmenu.html.php
index ad6392a567..0f6c265a8b 100644
--- a/module/project/view/ajaxgetdropmenu.html.php
+++ b/module/project/view/ajaxgetdropmenu.html.php
@@ -59,9 +59,9 @@ foreach($projects as $programID => $programProjects)
{
$programName = zget($programs, $programID);
- if($projectCounts[$programID]['myProject']) $myProjectsHtml .= '';
- if($projectCounts[$programID]['others']) $normalProjectsHtml .= '';
- if($projectCounts[$programID]['closed']) $closedProjectsHtml .= '';
+ if($projectCounts[$programID]['myProject']) $myProjectsHtml .= '';
+ if($projectCounts[$programID]['others']) $normalProjectsHtml .= '';
+ if($projectCounts[$programID]['closed']) $closedProjectsHtml .= '';
}
foreach($programProjects as $index => $project)