diff options
Diffstat (limited to 'app/Template/notification/comment_delete.php')
-rw-r--r-- | app/Template/notification/comment_delete.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/notification/comment_delete.php b/app/Template/notification/comment_delete.php index d49f10b8..224fcdb5 100644 --- a/app/Template/notification/comment_delete.php +++ b/app/Template/notification/comment_delete.php @@ -1,3 +1,5 @@ +<html> +<body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <h3><?= t('Comment removed') ?></h3> @@ -5,3 +7,5 @@ <?= $this->text->markdown($comment['comment'], true) ?> <?= $this->render('notification/footer', array('task' => $task)) ?> +</body> +</html>
\ No newline at end of file |