summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_open.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/task_open.php')
-rw-r--r--app/Template/notification/task_open.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/notification/task_open.php b/app/Template/notification/task_open.php
index 5bd0d1a4..af0efadd 100644
--- a/app/Template/notification/task_open.php
+++ b/app/Template/notification/task_open.php
@@ -1,5 +1,9 @@
+<html>
+<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('The task #%d have been opened.', $task['id']) ?></p>
<?= $this->render('notification/footer', array('task' => $task)) ?>
+</body>
+</html> \ No newline at end of file