From 11b6bf6d25668b8bb9d0304c30f803f8194ab1d8 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 27 Apr 2019 20:45:21 -0700 Subject: Add HTML tag in email notifications --- app/Template/notification/subtask_create.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/Template/notification/subtask_create.php') diff --git a/app/Template/notification/subtask_create.php b/app/Template/notification/subtask_create.php index 094ac543..f5b91d34 100644 --- a/app/Template/notification/subtask_create.php +++ b/app/Template/notification/subtask_create.php @@ -1,3 +1,5 @@ + +

text->e($task['title']) ?> (#)

@@ -14,4 +16,6 @@ -render('notification/footer', array('task' => $task)) ?> \ No newline at end of file +render('notification/footer', array('task' => $task)) ?> + + \ No newline at end of file -- cgit v1.2.3