diff options
Diffstat (limited to 'app/Template/notification/task_overdue.php')
-rw-r--r-- | app/Template/notification/task_overdue.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/notification/task_overdue.php b/app/Template/notification/task_overdue.php index d7e6ff5a..ac0665a2 100644 --- a/app/Template/notification/task_overdue.php +++ b/app/Template/notification/task_overdue.php @@ -5,9 +5,9 @@ <li> (<strong>#<?= $task['id'] ?></strong>) <?php if ($application_url): ?> - <a href="<?= $this->url->href('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', true) ?>"><?= $this->e($task['title']) ?></a> + <a href="<?= $this->url->href('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', true) ?>"><?= $this->text->e($task['title']) ?></a> <?php else: ?> - <?= $this->e($task['title']) ?> + <?= $this->text->e($task['title']) ?> <?php endif ?> (<?= $this->dt->date($task['date_due']) ?>) <?php if ($task['assignee_username']): ?> |