Fix broken links (Markdown content) for public boards (#319)
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
<?= Helper\template('comment_show', array(
|
||||
'comment' => $comment,
|
||||
'task' => $task,
|
||||
'project' => $project,
|
||||
'not_editable' => isset($not_editable) && $not_editable,
|
||||
'is_public' => isset($is_public) && $is_public,
|
||||
)) ?>
|
||||
<?php endforeach ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user