From 8b4d326b906f4f40b53b539f7b50ce45f532c416 Mon Sep 17 00:00:00 2001 From: sunjun Date: Thu, 16 Jun 2022 07:57:40 +0000 Subject: [PATCH] fixissue_planIcon --- module/execution/view/view.html.php | 2 +- module/project/view/view.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/execution/view/view.html.php b/module/execution/view/view.html.php index 2e10b34ddc..3f0517bcbd 100644 --- a/module/execution/view/view.html.php +++ b/module/execution/view/view.html.php @@ -252,7 +252,7 @@ $planIDList = explode(',', $planIDList); foreach($planIDList as $planID) { - if(isset($planGroups[$productID][$planID])) echo '
' . html::a($this->createLink('productplan', 'view', "planID={$planID}"), $product->name . '/' . $planGroups[$productID][$planID]) . '
'; + if(isset($planGroups[$productID][$planID])) echo '
' . " " . html::a($this->createLink('productplan', 'view', "planID={$planID}"), $product->name . '/' . $planGroups[$productID][$planID]) . '
'; } } } diff --git a/module/project/view/view.html.php b/module/project/view/view.html.php index 6ce9e9e8c1..12e33573b0 100644 --- a/module/project/view/view.html.php +++ b/module/project/view/view.html.php @@ -181,7 +181,7 @@ -
createLink('productplan', 'view', "planID={$planID}"), $product->name . '/' . $planGroup[$productID][$planID]);?>
+
createLink('productplan', 'view', "planID={$planID}"), " " . $product->name . '/' . $planGroup[$productID][$planID]);?>