summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_move_project.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/task_move_project.php')
-rw-r--r--app/Template/notification/task_move_project.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/notification/task_move_project.php b/app/Template/notification/task_move_project.php
index 64037bd6..96f4e544 100644
--- a/app/Template/notification/task_move_project.php
+++ b/app/Template/notification/task_move_project.php
@@ -1,5 +1,9 @@
+<html>
+<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('Task #%d "%s" has been moved to the project "%s"', $task['id'], $task['title'], $task['project_name']) ?></p>
<?= $this->render('notification/footer', array('task' => $task)) ?>
+</body>
+</html> \ No newline at end of file