diff --git a/resources/views/components/comment/_comment.blade.php b/resources/views/components/comment/_comment.blade.php index 1092b7eb8..01b0072e7 100644 --- a/resources/views/components/comment/_comment.blade.php +++ b/resources/views/components/comment/_comment.blade.php @@ -27,7 +27,7 @@
{{ $comment->parent->content }}
@endif -
{!! MarkdownHelper::text($comment->content) !!}
+
{!! MarkdownHelper::text($comment->content) !!}
@can('reply', $comment)