Skip to content

Commit 910261b

Browse files
committed
[11.x] Remove incorrect syntax from mail's message template
1 parent 88fae3e commit 910261b

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)