From 3824a50e8badb7458c856ef0f6e3e0fd2c76ae4c Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Mon, 12 Apr 2021 22:37:02 -0500 Subject: [PATCH] Fixes an issue with CSS when the 'skin' value in settings table is empty. (#9423) --- resources/views/layouts/default.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index d623594a1b..ee5d450729 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -31,7 +31,7 @@ @if (($snipeSettings) && ($snipeSettings->allow_user_skin==1) && Auth::check() && Auth::user()->present()->skin != '') - @elseif (($snipeSettings) && ($snipeSettings->skin!='')) + @else @endif {{-- page level css --}}