From b6acb88c2100a9b6cf823862d0cb4f3742b4be15 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 29 Nov 2021 09:55:00 +0800 Subject: [PATCH] * Fix bug #16869. --- module/user/view/task.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/user/view/task.html.php b/module/user/view/task.html.php index 1b669048d9..b431799e77 100644 --- a/module/user/view/task.html.php +++ b/module/user/view/task.html.php @@ -56,7 +56,7 @@ createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> - pri == '0' ? '' : zget($lang->task->priList, $task->pri, $task->pri)?> + pri == '0' ? '' : zget($lang->task->priList, $task->pri, $task->pri)?> createLink('execution', 'browse', "executionID=$task->executionID"), $task->executionName);?> team)) echo '' . $this->lang->task->multipleAB . ' ';?>