summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_create.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/task_create.php')
-rw-r--r--app/Template/notification/task_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_create.php b/app/Template/notification/task_create.php
index 3cd68ac0..3439e357 100644
--- a/app/Template/notification/task_create.php
+++ b/app/Template/notification/task_create.php
@@ -37,7 +37,7 @@
<?php if (! empty($task['description'])): ?>
<h2><?= t('Description') ?></h2>
- <?= $this->text->markdown($task['description']) ?>
+ <?= $this->text->markdown($task['description'], true) ?>
<?php endif ?>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?> \ No newline at end of file