diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 22962a2794..cf058676b0 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -152,13 +152,13 @@
| + |
tasks as $task)
{
$projectName = $story->projects[$task->project];
echo html::a($this->createLink('project', 'browse', "projectID=$task->project"), $projectName);
- echo html::a($this->createLink('task', 'view', "taskID=$task->id"), "#$task->id $task->name") . ' '; + echo '' . html::a($this->createLink('task', 'view', "taskID=$task->id"), "#$task->id $task->name") . ' '; } ?> |