CVS html5/html-xhtml-author-guide

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

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
rev 1.105 added link to XHTML served variant of sample page. This commit fixes lacking dot.

--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/04/24 15:28:53	1.105
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/04/24 15:30:54	1.106
@@ -845,7 +845,7 @@
 	<h2>Example Document</h2>
 	<p>
 		The following example code acts as <a>polyglot markup</a> and validates as either XHTML or as HTML. You can view the page live 
-		served as HTML, at <a href="http://dev.w3.org/html5/html-xhtml-author-guide/SamplePage.html">http://dev.w3.org/html5/html-xhtml-author-guide/SamplePage.html</a> and the same bytes served as XHTML, at <a href="http://dev.w3.org/html5/html-xhtml-author-guide/SamplePage.xhtml">http://dev.w3.org/html5/html-xhtml-author-guide/SamplePage.xhtml</a>  
+		served as HTML, at <a href="http://dev.w3.org/html5/html-xhtml-author-guide/SamplePage.html">http://dev.w3.org/html5/html-xhtml-author-guide/SamplePage.html</a> and the same bytes served as XHTML, at <a href="http://dev.w3.org/html5/html-xhtml-author-guide/SamplePage.xhtml">http://dev.w3.org/html5/html-xhtml-author-guide/SamplePage.xhtml</a>. 
 	</p>
 	<p class="note">
 		The example document is served as <code>'text/html'</code>.

Received on Wednesday, 24 April 2013 15:30:59 UTC