Merge pull request #2203

Fixed mail notification for overdue tasks
This commit is contained in:
Frédéric Guillot 2016-05-10 20:48:07 -04:00
commit 754b2bf1f0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<td style="border: 1px solid #eee;"><?= $task['project_name'] ?></td>
<td style="border: 1px solid #eee;">
<?php if ($task['assignee_username']): ?>
<?= $this->e($task['assignee_name'] ?: $task['assignee_username']) ?>
<?= $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?>
<?php endif ?>
</td>
</tr>