Add HTML tag in email notifications
This commit is contained in:
committed by
fguillot
parent
d6ffe08aeb
commit
11b6bf6d25
@@ -1,5 +1,9 @@
|
||||
<html>
|
||||
<body>
|
||||
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
|
||||
|
||||
<p><?= t('New attachment added "%s"', $file['name']) ?></p>
|
||||
|
||||
<?= $this->render('notification/footer', array('task' => $task)) ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user