From c0a459015e0f846440a7d5bb6200444834ee20d4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 1 Dec 2023 17:56:04 +0100 Subject: [PATCH] wip #6547 @0:05 --- views/footer.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/footer.blade.php b/views/footer.blade.php index da4da24..0e07da7 100644 --- a/views/footer.blade.php +++ b/views/footer.blade.php @@ -6,12 +6,12 @@ @endisset - @if(isset($info) && null!==$info && $info) + @if(isset($info) && trim($info)) {{$__('More infos')}} M - @endisset + @endif -- 2.39.5