Skip to content

Commit fb1e0ce

Browse files
committed
Fix HTML markup issues.
1 parent 9f11d92 commit fb1e0ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5613,7 +5613,7 @@ <h3>LoadDocumentCallback</h3>
56135613
<p>If no such element is found,
56145614
or the located element is not a <a>JSON-LD script element</a>,
56155615
the <var>promise</var> is rejected with a <a>JsonLdError</a> whose code is set to <a data-link-for="JsonLdErrorCode">loading document failed</a>
5616-
and processing is terminated.</p></li>
5616+
and processing is terminated.</p>
56175617
</li>
56185618
<li>Otherwise, if the <a data-link-for="LoadDocumentOptions">profile</a>
56195619
option is specified,
@@ -5661,7 +5661,6 @@ <h3>LoadDocumentCallback</h3>
56615661
nor any other media type using a
56625662
<code>+json</code> suffix as defined in [[RFC6839]],
56635663
reject the <var>promise</var> passing a <a data-link-for="JsonLdErrorCode">loading document failed</a> error.</li>
5664-
</li>
56655664
<li>Create a new <a>RemoteDocument</a> <var>remote document</var> using <var>document</var>,
56665665
the returned <a>Content-Type</a> (without parameters) as <a data-link-for="RemoteDocument">contentType</a>,
56675666
any returned <code>profile</code> parameter,

0 commit comments

Comments
 (0)