* [feedback#8660,done,2h] add ' for title.

This commit is contained in:
liumengyi
2025-03-11 16:45:56 +08:00
committed by 田淑杰
parent d68b792beb
commit 50b2d1c8bc
+1 -1
View File
@@ -645,7 +645,7 @@ class pivotModel extends model
{
if($execution->multiple)
{
$execution->executionName = $canViewExecution ? html::a(helper::createLink('execution', 'view', "executionID={$execution->executionID}"), $execution->executionName, '', "title={$execution->executionName}") : "<span title={$execution->executionName}>{$execution->executionName}</span>";
$execution->executionName = $canViewExecution ? html::a(helper::createLink('execution', 'view', "executionID={$execution->executionID}"), $execution->executionName, '', "title='{$execution->executionName}'") : "<span title='{$execution->executionName}'>{$execution->executionName}</span>";
}
else
{