diff options
Diffstat (limited to 'app/Template/notification/comment_user_mention.php')
-rw-r--r-- | app/Template/notification/comment_user_mention.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Template/notification/comment_user_mention.php b/app/Template/notification/comment_user_mention.php index a3f387be..afa3aa7e 100644 --- a/app/Template/notification/comment_user_mention.php +++ b/app/Template/notification/comment_user_mention.php @@ -1,7 +1,11 @@ +<html> +<body> <h2><?= t('You were mentioned in a comment on the task #%d', $task['id']) ?></h2> <p><?= $this->text->e($task['title']) ?></p> <?= $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 |