Skip to content

Commit bf4ecd2

Browse files
authored
[11.x] Remove incorrect syntax from mail's message template
1 parent a784ef9 commit bf4ecd2

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

Lines changed: 1 addition & 1 deletion
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)