summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_overdue.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/task_overdue.php')
-rw-r--r--app/Template/notification/task_overdue.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Template/notification/task_overdue.php b/app/Template/notification/task_overdue.php
index cb954c0b..88140af0 100644
--- a/app/Template/notification/task_overdue.php
+++ b/app/Template/notification/task_overdue.php
@@ -1,3 +1,5 @@
+<html>
+<body>
<h2><?= t('Overdue tasks for the project(s) "%s"', $project_name) ?></h2>
<table style="font-size: .8em; table-layout: fixed; width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px;" cellpadding=5 cellspacing=1>
@@ -34,4 +36,6 @@
</td>
</tr>
<?php endforeach ?>
-</table> \ No newline at end of file
+</table>
+</body>
+</html> \ No newline at end of file