Skip to content

Commit 3ccb51d

Browse files
committed
Fix HTML tag issue.
1 parent 2fb0435 commit 3ccb51d

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
@@ -4933,9 +4933,9 @@ <h3>Algorithm</h3>
49334933
and described in
49344934
<a class="sectionRef" href="#data-round-tripping"></a>.
49354935
If <var>datatype</var> is <code>null</code>,
4936-
set <var>datatype</var> to <code>xsd:integer</code>.</li>
4936+
set <var>datatype</var> to <code>xsd:integer</code>.
49374937
<div class="note">It follows from the previous step that <var>value</var>
4938-
has no non-zero fractional part.</div>
4938+
has no non-zero fractional part.</div></li>
49394939
<li>Otherwise, if <var>datatype</var> is <code>null</code>,
49404940
set <var>datatype</var> to <code>xsd:string</code> or <code>rdf:langString</code>,
49414941
depending on if item has an <code>@language</code> <a>entry</a>.</li>

0 commit comments

Comments
 (0)