--- a/rdf-turtle/index.html Sun Jan 05 00:29:24 2014 +0100
+++ b/rdf-turtle/index.html Sun Jan 05 00:40:13 2014 +0100
@@ -1084,7 +1084,10 @@
</section>
<section id="in-html" class="appendix informative">
<h2>Embedding Turtle in HTML documents</h2>
- <p>HTML [[HTML5]] <code>script</code> <a href="http://dev.w3.org/html5/spec/Overview.html#scripting-1">tags</a>
+ <p>HTML [[HTML5]] <code>script tags</code>
+ <!-- removed this link as it is moot
+ <a href="http://dev.w3.org/html5/spec/Overview.html#scripting-1">tags</a>
+ -->
can be used to embed data blocks in documents. Turtle can be easily embedded in HTML this way.</p>
<pre class="example"><script type="text/turtle">
@prefix dc: <http://purl.org/dc/terms/> .