diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-27 21:12:12 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-27 21:12:12 -0400 |
commit | 3fa549352ca13d020a8cffaaad0db81b7c66c5b3 (patch) | |
tree | 112a940163db29375e69f0590646d999034f0ccf /app/Templates/notification_comment_update.php | |
parent | 23753bde1c1f980f481fec247ced2f4cecc227f3 (diff) |
Replace Markdown parser by Parsedown
Diffstat (limited to 'app/Templates/notification_comment_update.php')
-rw-r--r-- | app/Templates/notification_comment_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/notification_comment_update.php b/app/Templates/notification_comment_update.php index 1c279737..92c06ffb 100644 --- a/app/Templates/notification_comment_update.php +++ b/app/Templates/notification_comment_update.php @@ -2,6 +2,6 @@ <h3><?= t('Comment updated') ?></h3> -<?= Helper\parse($comment['comment']) ?> +<?= Helper\markdown($comment['comment']) ?> <?= Helper\template('notification_footer', array('task' => $task)) ?>
\ No newline at end of file |