From db13a97dc10d047fb14968bde7e6227506cf1eaa Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Wed, 18 Nov 2020 09:20:24 +0800 Subject: [PATCH] * Finish task#8417. --- module/testcase/view/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/view/browse.html.php b/module/testcase/view/browse.html.php index ac5cdc8183..b8fa36aa16 100644 --- a/module/testcase/view/browse.html.php +++ b/module/testcase/view/browse.html.php @@ -218,7 +218,7 @@ js::set('suiteID', $suiteID); { $searchKey = $withSearch ? ('data-key="' . zget($modulesPinYin, $module, '') . '"') : ''; $actionLink = $this->createLink('testcase', 'batchChangeModule', "moduleID=$moduleId"); - echo html::a('#', $module, '', "title=$module $searchKey onclick=\"setFormAction('$actionLink', 'hiddenwin')\""); + echo html::a('#', $module, '', "title='$module' $searchKey onclick=\"setFormAction('$actionLink', 'hiddenwin')\""); } ?>