diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 088044c5..1fd04568 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -19,7 +19,7 @@ @if($aboutApp)

{{ trans('cachet.about_this_site') }}

-

{{ $aboutApp }}

+

{!! $aboutApp !!}

@endif