summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_move_swimlane.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/task_move_swimlane.php')
-rw-r--r--app/Template/notification/task_move_swimlane.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Template/notification/task_move_swimlane.php b/app/Template/notification/task_move_swimlane.php
index cdf16559..1715b9b5 100644
--- a/app/Template/notification/task_move_swimlane.php
+++ b/app/Template/notification/task_move_swimlane.php
@@ -1,3 +1,5 @@
+<html>
+<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<ul>
@@ -16,4 +18,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