diff --git a/resources/views/portal/ninja2020/layout/app.blade.php b/resources/views/portal/ninja2020/layout/app.blade.php index f8b4c41bbebb..d1d132da8014 100644 --- a/resources/views/portal/ninja2020/layout/app.blade.php +++ b/resources/views/portal/ninja2020/layout/app.blade.php @@ -73,7 +73,9 @@ @stack('head') @if((bool) \App\Utils\Ninja::isSelfHost()) - {!! $client->getSetting('portal_custom_head') !!} +
+ {!! $client->getSetting('portal_custom_head') !!} +
@endif @@ -125,7 +127,9 @@ @stack('footer') @if((bool) \App\Utils\Ninja::isSelfHost()) - {!! $client->getSetting('portal_custom_footer') !!} +
+ {!! $client->getSetting('portal_custom_footer') !!} +
@endif