html5/html-xhtml-author-guide html-xhtml-authoring-guide.html,1.76,1.77

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

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
fixed ID value typo because HTML4 doesn't allow ID values with "=" character


Index: html-xhtml-authoring-guide.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- html-xhtml-authoring-guide.html	8 Apr 2011 06:35:39 -0000	1.76
+++ html-xhtml-authoring-guide.html	8 Apr 2011 09:00:30 -0000	1.77
@@ -130,7 +130,7 @@
 						<li class="tocline"><a class="tocxref" href="#http-headers-and-http-equiv"><span class="secno">6.5.1 </span>HTTP Headers and http-equiv Declarations</a>
 							<ul class="toc">
 								<li class="tocline"><a class="tocxref" href="#content-language"><span class="secno">6.5.1.1 </span>Content-Language</a></li>
-								<li class="tocline"><a class="tocxref" href="#content=type"><span class="secno">6.5.1.2 </span>Content-Type</a></li>
+								<li class="tocline"><a class="tocxref" href="#content-type"><span class="secno">6.5.1.2 </span>Content-Type</a></li>
 							</ul>
 						</li>
 						<li class="tocline"><a class="tocxref" href="#newlines-in-textarea-and-pre"><span class="secno">6.5.2 </span>Newlines in <code>textarea</code> and <code>pre</code> Elements</a></li>
@@ -690,7 +690,7 @@
 <!-- End section: Content-Language -->			
 			</div>
 			
-			<div id="content=type" class="section">
+			<div id="content-type" class="section">
 			<h5><span class="secno">6.5.1.2 </span>Content-Type</h5>
 			<p>
 				The <code>HTTP Content-Type:</code> header has no extra rules or restrictions, 

Received on Friday, 8 April 2011 09:00:33 UTC