diff --git a/module/block/view/taskblock.html.php b/module/block/view/taskblock.html.php
index 3ab4b05f0b..e1a8fa224b 100644
--- a/module/block/view/taskblock.html.php
+++ b/module/block/view/taskblock.html.php
@@ -31,7 +31,7 @@ td.delayed{background: #e84e0f!important; color: white;}
?>
>
| id;?> |
- task->priList, $task->pri, $task->pri)?> |
+ task->priList), $task->pri, $task->pri)?> |
name?> |
estimate?> |
'>deadline, 0, 4) > 0) echo $task->deadline;?> |
diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php
index c6aa3391d4..5b53c66c4f 100644
--- a/module/my/view/task.html.php
+++ b/module/my/view/task.html.php
@@ -52,7 +52,7 @@
createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?>
- task->priList, $task->pri, $task->pri);?>'>task->priList, $task->pri, $task->pri);?> |
+ task->priList), $task->pri, $task->pri);?>'>task->priList), $task->pri, $task->pri);?> |
createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> |
createLink('task', 'view', "taskID=$task->id"), $task->name, null, "style='color: $task->color'");?> |
openedBy);?> |