diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php
index ec73646093..f5220cb44a 100644
--- a/module/my/view/task.html.php
+++ b/module/my/view/task.html.php
@@ -89,7 +89,7 @@
pri;?>' title='task->priList, $task->pri);?>'>task->priList, $task->pri);?> |
' title='name?>'>
team)) echo '' . $this->lang->task->multipleAB . ' ';?>
- parent > 0) echo '' . $this->lang->task->childrenAB . ' '.html::a($this->createLink('task', 'view', "taskID=$task->parent", '', '', $task->project),$task->parentName) .'/';?>
+ parent > 0) echo '' . $this->lang->task->childrenAB . ' ' . html::a($this->createLink('task', 'view', "taskID=$task->parent", '', '', $task->project), $task->parentName) . ' / ';?>
createLink('task', 'view', "taskID=$task->id", '', '', $task->project), $task->name, null, "style='color: $task->color' data-group='execution'");?>
children)) echo '';?>
|