CVS html5/html-polyglot

Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv5719

Modified Files:
	html-polyglot.html 
Log Message:
Escaped two greater than characters to make the doc well-formed.

--- /sources/public/html5/html-polyglot/html-polyglot.html	2014/05/09 21:07:14	1.35
+++ /sources/public/html5/html-polyglot/html-polyglot.html	2014/05/12 17:46:09	1.36
@@ -832,7 +832,7 @@
           <br />
             <code >
 			<pre>
-&lt;script>&lt;![CDATA[foo]]>/&lt;script>
+&lt;script>&lt;![CDATA[foo]]&gt;/&lt;script>
 			</pre>
           </code>          
             Because an author may need to comment out the CDATA "start tag" and "end tag," 
@@ -845,7 +845,7 @@
 <pre class="example highlight">
 &lt;script>/*&lt;![CDATA[*/
     foo 
-    /*]]>*/&lt;/script>
+    /*]]&gt;*/&lt;/script>
 </pre>
         </figure>          
             <p>

Received on Monday, 12 May 2014 17:46:10 UTC