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/task_update.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/Template/notification/task_update.php') diff --git a/app/Template/notification/task_update.php b/app/Template/notification/task_update.php index 8d39b152..86b7466e 100644 --- a/app/Template/notification/task_update.php +++ b/app/Template/notification/task_update.php @@ -1,4 +1,8 @@ + +

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

render('task/changes', array('changes' => $changes, 'task' => $task, 'public' => true)) ?> -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