diff --git a/resources/views/account/accept/create.blade.php b/resources/views/account/accept/create.blade.php index 61528ef728..9612d21129 100644 --- a/resources/views/account/accept/create.blade.php +++ b/resources/views/account/accept/create.blade.php @@ -46,7 +46,7 @@ @if ($acceptance->checkoutable->getEula())
- {!! $acceptance->checkoutable->getEula() !!} + {!! str_replace('

', '

', $acceptance->checkoutable->getEula()) !!}

@endif