Skip to content

Commit c627977

Browse files
committed
@context blade escaping
1 parent c50e594 commit c627977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/public/_itemlist-json-ld.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="application/ld+json">
22
{
3-
"@context":"https://schema.org",
3+
"@@context":"https://schema.org",
44
"@type":"ItemList",
55
"itemListElement":[
66
@foreach ($items as $item)

resources/views/public/_json-ld.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="application/ld+json">
22
{
3-
"@context": "http://schema.org",
3+
"@@context": "http://schema.org",
44
"@type": "Place",
55
"address": "{{ $place->address }}",
66
"name": "{{ $place->title }}",

0 commit comments

Comments
 (0)