diff options
Diffstat (limited to 'app/Template/notification/subtask_update.php')
-rw-r--r-- | app/Template/notification/subtask_update.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Template/notification/subtask_update.php b/app/Template/notification/subtask_update.php index a6956792..95663e80 100644 --- a/app/Template/notification/subtask_update.php +++ b/app/Template/notification/subtask_update.php @@ -1,3 +1,5 @@ +<html> +<body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <h3><?= t('Sub-task updated') ?></h3> @@ -20,4 +22,6 @@ <?php endif ?> </ul> -<?= $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 |