summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_move_position.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/task_move_position.php')
-rw-r--r--app/Template/notification/task_move_position.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Template/notification/task_move_position.php b/app/Template/notification/task_move_position.php
index 7159cb06..e4281d57 100644
--- a/app/Template/notification/task_move_position.php
+++ b/app/Template/notification/task_move_position.php
@@ -1,3 +1,5 @@
+<html>
+<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<ul>
@@ -8,4 +10,6 @@
<li><?= t('Task position:').' '.$this->text->e($task['position']) ?></li>
</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