From 8034ae90bf9216e92d6a107c820e306fd2338e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna-Sara=20S=C3=A9lea?= Date: Wed, 25 Feb 2026 22:36:30 +0100 Subject: [PATCH] Small fix with email --- resources/views/mail/lan.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/mail/lan.blade.php b/resources/views/mail/lan.blade.php index aa2e4cf..8ee1239 100644 --- a/resources/views/mail/lan.blade.php +++ b/resources/views/mail/lan.blade.php @@ -1,5 +1,5 @@

{{$title}}

{{$type}} {{$name}}

-
>{!! str($content)->markdown()->sanitizeHtml() !!}
+
{!! str($content)->markdown()->sanitizeHtml() !!}