summaryrefslogtreecommitdiff
path: root/app/Templates/comment_show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/comment_show.php')
-rw-r--r--app/Templates/comment_show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/comment_show.php b/app/Templates/comment_show.php
index 181a69fa..5069120d 100644
--- a/app/Templates/comment_show.php
+++ b/app/Templates/comment_show.php
@@ -21,7 +21,7 @@
<?php endif ?>
<div class="markdown">
- <?= Helper\parse($comment['comment']) ?>
+ <?= Helper\markdown($comment['comment']) ?>
</div>
</div>