summaryrefslogtreecommitdiff
path: root/app/Templates/notification_task_update.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-27 21:12:12 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-09-27 21:12:12 -0400
commit3fa549352ca13d020a8cffaaad0db81b7c66c5b3 (patch)
tree112a940163db29375e69f0590646d999034f0ccf /app/Templates/notification_task_update.php
parent23753bde1c1f980f481fec247ced2f4cecc227f3 (diff)
Replace Markdown parser by Parsedown
Diffstat (limited to 'app/Templates/notification_task_update.php')
-rw-r--r--app/Templates/notification_task_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/notification_task_update.php b/app/Templates/notification_task_update.php
index 21c1c3aa..9fd61b57 100644
--- a/app/Templates/notification_task_update.php
+++ b/app/Templates/notification_task_update.php
@@ -37,7 +37,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