diff options
Diffstat (limited to 'app/Template/notification/task_close.php')
-rw-r--r-- | app/Template/notification/task_close.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Template/notification/task_close.php b/app/Template/notification/task_close.php index b5763c75..efa27aa3 100644 --- a/app/Template/notification/task_close.php +++ b/app/Template/notification/task_close.php @@ -1,5 +1,9 @@ +<html> +<body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <p><?= t('The task #%d have been closed.', $task['id']) ?></p> -<?= $this->render('notification/footer', array('task' => $task)) ?>
\ No newline at end of file +<?= $this->render('notification/footer', array('task' => $task)) ?> +</body> +</html>
\ No newline at end of file |