CVS html5/html-xhtml-author-guide

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

Modified Files:
	SamplePage.html 
Log Message:
testing technical issue (linking)

--- /sources/public/html5/html-xhtml-author-guide/SamplePage.html	2013/04/24 13:32:11	1.9
+++ /sources/public/html5/html-xhtml-author-guide/SamplePage.html	2013/04/24 13:58:03	1.10
@@ -1,12 +1,11 @@
 <!DOCTYPE html>
 
-
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
 	<head>
 		<title>A Sample Page Using Polglot Markup</title>
 		<meta charset='utf-8' />
-		<!-- The link element is self-closing as described in Section 6.4 Void Elements -->
+		<!-- 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"/>
 	</head>

Received on Wednesday, 24 April 2013 13:58:04 UTC