summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_internal_link_create_update.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2019-04-27 20:45:21 -0700
committerfguillot <fred@kanboard.net>2019-04-27 21:23:32 -0700
commit11b6bf6d25668b8bb9d0304c30f803f8194ab1d8 (patch)
treecaa4e19fb7bdc1dade4bdf1b91202c723282f93d /app/Template/notification/task_internal_link_create_update.php
parentd6ffe08aebff4a29cfea865cdea647d3d2e83ef1 (diff)
Add HTML tag in email notifications
Diffstat (limited to 'app/Template/notification/task_internal_link_create_update.php')
-rw-r--r--app/Template/notification/task_internal_link_create_update.php4
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