Skip to content

Commit

Permalink
Update show.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jun 4, 2019
1 parent e72e153 commit aa0cad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/public/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<article class="object">
<h1 class="object-title">{{ $model->title }}</h1>
<img class="object-image" src="{!! $model->present()->image(null, 200) !!}" alt="">
<p class="object-summary">{{ nl2br($model->summary) }}</p>
<p class="object-summary">{!! nl2br($model->summary) !!}</p>
<div class="object-body">{!! $model->present()->body !!}</div>
@include('files::public._documents')
@include('files::public._images')
Expand Down

0 comments on commit aa0cad9

Please sign in to comment.