diff options
Diffstat (limited to 'app/Template/notification/task_internal_link_create_update.php')
-rw-r--r-- | app/Template/notification/task_internal_link_create_update.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/notification/task_internal_link_create_update.php b/app/Template/notification/task_internal_link_create_update.php index 4a88ab78..5273dc34 100644 --- a/app/Template/notification/task_internal_link_create_update.php +++ b/app/Template/notification/task_internal_link_create_update.php @@ -1,3 +1,5 @@ +<html> +<body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <p> @@ -7,3 +9,5 @@ </p> <?= $this->render('notification/footer', array('task' => $task)) ?> +</body> +</html>
\ No newline at end of file |