Skip to content

Commit a52fb4c

Browse files
committed
Fix some HTML errors and deal with - - >
1 parent 7716b18 commit a52fb4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8581,7 +8581,7 @@ <h3>Graph Containers</h3>
85818581
JSON-LD content can be easily embedded in HTML [[HTML52]] by placing
85828582
it in a <a data-cite="HTML52/semantics-scripting.html#the-script-element">Script element</a> with the <code>type</code> attribute set to
85838583
<code>application/ld+json</code>. Doing so creates a
8584-
<a data-cite="https://www.w3.org/TR/html52/semantics-scripting.html#data-block">data block</a>.</p>
8584+
<a data-cite="HTML52/semantics-scripting.html#data-block">data block</a>.</p>
85858585

85868586
<aside class="example ds-selector-tabs"
85878587
title="Embedding JSON-LD in HTML">
@@ -8857,7 +8857,7 @@ <h3>Graph Containers</h3>
88578857
"@context": "http://schema.org/",
88588858
"@type": "WebPageElement",
88598859
"name": "Encoding Issues",
8860-
"description": "Issues list such as unescaped &lt;/script&gt; or - - &gt;"
8860+
"description": "Issues list such as unescaped &lt;/script&gt; or - -&gt;"
88618861
}
88628862
</script>
88638863
-->

0 commit comments

Comments
 (0)