Skip to content

Commit f6cb153

Browse files
authored
[11.x] Remove incorrect syntax from mail's message template (#55530)
1 parent 88fae3e commit f6cb153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/resources/views/html/message.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@isset($subcopy)
1414
<x-slot:subcopy>
1515
<x-mail::subcopy>
16-
{!! $subcopy !!}}
16+
{!! $subcopy !!}
1717
</x-mail::subcopy>
1818
</x-slot:subcopy>
1919
@endisset

0 commit comments

Comments
 (0)