Missing ,s aren't good. But not as bad as missing ;s.
--- a/rdf-turtle/index.html Fri Sep 23 13:53:04 2011 -0700
+++ b/rdf-turtle/index.html Fri Sep 23 15:45:34 2011 -0700
@@ -885,7 +885,7 @@
<section>
<h3>XHTML</h3>
<p>
- Like JavaScript Turtle authored for HTML (<code>text/html</code>) can break when used in an XHTML
+ Like JavaScript, Turtle authored for HTML (<code>text/html</code>) can break when used in an XHTML
(<code>application/xhtml+xml</code>). The solution is the same one used for JavaScript.
</p>
<pre class="example">
@@ -901,7 +901,7 @@
in Turtle comments. This will also make Turtle safe in polyglut documents served as both <code>text/html</code>
and <code>application/xhtml+xml</code>.</p>
</section>
- <section>
+ <section class="informative">
<h3>Displaying Examples</h3>
<p>
It is possible to display the contents of script tags containing Turtle for use in examples or other guides