From bb7b349156656bec4f76c28e436628b97f95044a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna-Sara=20S=C3=A9lea?= Date: Sun, 1 Mar 2026 10:31:51 +0100 Subject: [PATCH] Test with Email/sms template --- 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 0be4636..6001ccf 100644 --- a/resources/views/mail/lan.blade.php +++ b/resources/views/mail/lan.blade.php @@ -1,4 +1,4 @@

{{$title}}

-
{{$type}} {{$name}}{!! str($content)->markdown()->stripTags('p')->sanitizeHtml() !!}
+
{{$type}} {{$name}}{!! str($content)->markdown()->sanitizeHtml() !!}