From c0e05c13e6fd892be7344b1982962a035f7306d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= Date: Fri, 2 May 2025 00:48:42 +0200 Subject: [PATCH] fix: removes an errand ``-tag also adds a new line at eof and trims some spaces --- resources/views/frame.blade.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/views/frame.blade.php b/resources/views/frame.blade.php index bced601..0171e2c 100644 --- a/resources/views/frame.blade.php +++ b/resources/views/frame.blade.php @@ -6,11 +6,11 @@ - @yield('title') + @yield('title') @if(isset($front) && $front == false) - @elseif(!isset($front) || $front == true) + @elseif(!isset($front) || $front == true) @endif @@ -98,6 +98,5 @@ - - \ No newline at end of file +