Skip to content

Commit cb46ee1

Browse files
authored
Update layout.blade.php (#48080)
1 parent 0439d38 commit cb46ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{!! strip_tags($header) !!}
1+
{!! strip_tags($header ?? '') !!}
22

33
{!! strip_tags($slot) !!}
44
@isset($subcopy)
55

66
{!! strip_tags($subcopy) !!}
77
@endisset
88

9-
{!! strip_tags($footer) !!}
9+
{!! strip_tags($footer ?? '') !!}

0 commit comments

Comments
 (0)