From cf29cfdca7a42a1239ef5c20fd97dcaf7ba18e43 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 22 Nov 2021 15:23:52 +0800 Subject: [PATCH] Delete a kongge. --- module/product/view/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index c5f6f11d38..136d59ff16 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -489,7 +489,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : ''; $planLabel = $position === false ? $plan : ('' . substr($plan, 0, $position) . '' . substr($plan, $position + 1)); $searchKey = $withSearch ? ('data-key="' . zget($plansPinYin, $plan, '') . '"') : ''; $actionLink = $this->createLink('story', 'batchChangePlan', "planID=$planID"); - echo html::a('#', $planLabel, '', "$searchKey title='{$plan}' onclick=\"setFormAction('$actionLink', 'hiddenwin', '#productStoryForm')\" onmouseover=\"setBadgeStyle(this, true);\" onmouseout=\"setBadgeStyle(this, false)\""); + echo html::a('#', $planLabel, '', "$searchKey title='{$plan}' onclick=\"setFormAction('$actionLink', 'hiddenwin', '#productStoryForm')\" onmouseover=\"setBadgeStyle(this, true);\" onmouseout=\"setBadgeStyle(this, false)\""); } ?>