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