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 . ' ';?>
|