From db3e5445043aaaa2f3542de77be69eb4fa71e3eb Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Fri, 16 Jul 2021 14:16:45 +0800 Subject: [PATCH] * Fix bug#13672. --- module/execution/view/executionkanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/executionkanban.html.php b/module/execution/view/executionkanban.html.php index 62a33e4764..4b1cd59c0d 100644 --- a/module/execution/view/executionkanban.html.php +++ b/module/execution/view/executionkanban.html.php @@ -52,7 +52,7 @@ createLink('execution', 'task', "executionID=$execution->id"), $execution->name, '', "title=$execution->name"); + echo html::a($this->createLink('execution', 'task', "executionID=$execution->id"), $execution->name, '', "title='{$execution->name}'"); } else {