mike: fixed ID value typo because HTML4 doesn't allow ID values with "=" character

mike: fixed ID value typo because HTML4 doesn't allow ID values with "="
character

http://dev.w3.org/cvsweb/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html?r1=1.76&r2=1.77&f=h

===================================================================
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:02:35 UTC