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