summaryrefslogtreecommitdiff
path: root/app/Template/event/comment_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/event/comment_update.php')
-rw-r--r--app/Template/event/comment_update.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Template/event/comment_update.php b/app/Template/event/comment_update.php
index 5a0821bd..5be598ac 100644
--- a/app/Template/event/comment_update.php
+++ b/app/Template/event/comment_update.php
@@ -7,4 +7,7 @@
</p>
<div class="activity-description">
<p class="activity-task-title"><?= $this->text->e($task['title']) ?></p>
+ <?php if (! empty($comment['comment'])): ?>
+ <div class="markdown"><?= $this->text->markdown($comment['comment']) ?></div>
+ <?php endif ?>
</div>