HTML validity
authorGavin Carothers <gavin@carothers.name>
Sat, 10 Dec 2011 20:59:33 -0800
changeset 195 b5866a441cfc
parent 194 01805fdf2d0e
child 196 89b9e833b1d1
HTML validity
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Sat Dec 10 20:46:16 2011 -0800
+++ b/rdf-turtle/index.html	Sat Dec 10 20:59:33 2011 -0800
@@ -913,6 +913,7 @@
           <p>
           It is possible to display the contents of script tags containing Turtle for use in examples or other guides
           using Cascading Style Sheets Selectors Level 3 ([[SELECT]]).
+          </p>
 <pre class="example">
 script[type='text/turtle'] {
   display:block;
@@ -920,6 +921,7 @@
   font-family: monospace;
 }
 </pre>
+		  <p>
           However, this creates issues with polyglot documents. If you wish to display Turtle from script tags you 
           SHOULD only use <code>text/html</code>.
           </p>