diff options
Diffstat (limited to 'app/Templates/notification_task_assignee_change.php')
-rw-r--r-- | app/Templates/notification_task_assignee_change.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/notification_task_assignee_change.php b/app/Templates/notification_task_assignee_change.php index 9c2bee56..65194f1e 100644 --- a/app/Templates/notification_task_assignee_change.php +++ b/app/Templates/notification_task_assignee_change.php @@ -14,7 +14,7 @@ <?php if (! empty($task['description'])): ?> <h2><?= t('Description') ?></h2> - <?= Helper\parse($task['description']) ?: t('There is no description.') ?> + <?= Helper\markdown($task['description']) ?: t('There is no description.') ?> <?php endif ?> <?= Helper\template('notification_footer', array('task' => $task)) ?>
\ No newline at end of file |