diff options
Diffstat (limited to 'app/Template/notification/comment_create.php')
-rw-r--r-- | app/Template/notification/comment_create.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Template/notification/comment_create.php b/app/Template/notification/comment_create.php index 8b8251c6..1f890a5f 100644 --- a/app/Template/notification/comment_create.php +++ b/app/Template/notification/comment_create.php @@ -1,3 +1,5 @@ +<html> +<body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <?php if (! empty($comment['username'])): ?> @@ -8,4 +10,6 @@ <?= $this->text->markdown($comment['comment'], true) ?> -<?= $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 |