Skip to content

Commit

Permalink
fixed post body html in the view
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-casiraghi committed Jun 2, 2019
1 parent e1b5ad5 commit 05ded51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/show-card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div class="text {{$parameters['text_col_size_class']}} my-auto px-4 {{$parameters['text_col_order_class']}}">
<h2 class="featurette-heading mt-5">{{$post['title']}}</h2>
<div class="lead mb-4">{{$post['body']}}</div>
<div class="lead mb-4">{!!$post['body']!!}</div>
</div>

@if ($post['introimage'])
Expand Down

0 comments on commit 05ded51

Please sign in to comment.