summaryrefslogtreecommitdiff
path: root/app/Template/notification/comment_user_mention.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/comment_user_mention.php')
-rw-r--r--app/Template/notification/comment_user_mention.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/comment_user_mention.php b/app/Template/notification/comment_user_mention.php
index 59f5127e..372183df 100644
--- a/app/Template/notification/comment_user_mention.php
+++ b/app/Template/notification/comment_user_mention.php
@@ -1,6 +1,6 @@
<h2><?= t('You were mentioned in a comment on the task #%d', $task['id']) ?></h2>
-<p><?= $this->e($task['title']) ?></p>
+<p><?= $this->text->e($task['title']) ?></p>
<?= $this->text->markdown($comment['comment']) ?>