summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-25 21:07:16 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-25 21:07:16 -0500
commitcdfd6a8abefa6cbea2dbae9e7f758914f7fb465e (patch)
tree0cb7081b8f9530b344e9d4468c05331a704bee41 /app/Template
parentd534f9fbbcfea7ccb876aed9361914a026c907bc (diff)
Remove content of a comment update event
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/event_comment_update.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/event_comment_update.php b/app/Template/event_comment_update.php
index 27cc0be6..c0b43622 100644
--- a/app/Template/event_comment_update.php
+++ b/app/Template/event_comment_update.php
@@ -3,5 +3,4 @@
</p>
<div class="activity-description">
<em><?= Helper\escape($task['title']) ?></em><br/>
- <div class="markdown"><?= Helper\markdown($comment['comment']) ?></div>
</div> \ No newline at end of file