Add HTML tag in email notifications

This commit is contained in:
Frédéric Guillot
2019-04-27 20:45:21 -07:00
committed by fguillot
parent d6ffe08aeb
commit 11b6bf6d25
22 changed files with 102 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
<html>
<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<?php if (! empty($comment['username'])): ?>
@@ -8,4 +10,6 @@
<?= $this->text->markdown($comment['comment'], true) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>
</body>
</html>