Skip to content

Commit 7d80e88

Browse files
authored
Fix HTML (#111)
1 parent cdacfaa commit 7d80e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7445,15 +7445,15 @@ <h5>TRIPLE</h5>
74457445
can be used with arbitrary expressions.
74467446
</p>
74477447
<pre class="query nohighlight">
7448-
PREFIX : <http://example/>
7448+
PREFIX : &lt;http://example/&gt;
74497449
SELECT ?s ?date {
74507450
?s ?p ?o
74517451
BIND( &lt;&lt; ?s ?p ?o &gt;&gt; AS ?qt )
74527452
?qt :tripleAdded ?date
74537453
}
74547454
</pre>
74557455
<pre class="query nohighlight">
7456-
PREFIX : <http://example/>
7456+
PREFIX : &lt;http://example/&gt;
74577457
SELECT ?s ?date {
74587458
?s ?p ?o
74597459
BIND( TRIPLE(?s, ?p, ?o) AS ?qt )

0 commit comments

Comments
 (0)