diff options
Diffstat (limited to 'app/Template/notification/task_create.php')
-rw-r--r-- | app/Template/notification/task_create.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Template/notification/task_create.php b/app/Template/notification/task_create.php index e56c252d..3a34dbe6 100644 --- a/app/Template/notification/task_create.php +++ b/app/Template/notification/task_create.php @@ -1,3 +1,5 @@ +<html> +<body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <ul> @@ -40,4 +42,6 @@ <?= $this->text->markdown($task['description'], true) ?> <?php endif ?> -<?= $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 |