Skip to content

Commit

Permalink
Update layout.blade.php (#48080)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisnoo authored Aug 16, 2023
1 parent 0439d38 commit cb46ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Mail/resources/views/text/layout.blade.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{!! strip_tags($header) !!}
{!! strip_tags($header ?? '') !!}

{!! strip_tags($slot) !!}
@isset($subcopy)

{!! strip_tags($subcopy) !!}
@endisset

{!! strip_tags($footer) !!}
{!! strip_tags($footer ?? '') !!}

0 comments on commit cb46ee1

Please sign in to comment.