CVS html5/html-xhtml-author-guide

Update of /sources/public/html5/html-xhtml-author-guide
In directory roscoe:/tmp/cvs-serv19088

Modified Files:
	SamplePage.html 
Log Message:
making the meta element polyglot again

--- /sources/public/html5/html-xhtml-author-guide/SamplePage.html	2013/04/24 01:10:35	1.8
+++ /sources/public/html5/html-xhtml-author-guide/SamplePage.html	2013/04/24 13:32:11	1.9
@@ -5,7 +5,7 @@
 
 	<head>
 		<title>A Sample Page Using Polglot Markup</title>
-		<meta charset='utf-8'>
+		<meta charset='utf-8' />
 		<!-- The link element is self-closing as described in Section 6.4 Void Elements -->
 		<!-- Style commands are included by linking to an external file rather than including them in-line as described in Section 9. Script and Style -->
 		<link type="text/css" rel="stylesheet" href="Sample.css"/>

Received on Wednesday, 24 April 2013 13:32:12 UTC