Fix respec code so that Change History and Acknowledgments are parsed properly by respec and included in the ToC. There is no need to have an appendix section of its own, instead, simply add the appendix class to the first section of the appendix.
authorscor <scorlosquet@gmail.com>
Mon, 02 Aug 2010 17:28:30 -0400
changeset 62 33220fde84d4
parent 61 a11ecba55d76
child 63 d88beb5f6302
child 66 b1b7b7174f7b
Fix respec code so that Change History and Acknowledgments are parsed properly by respec and included in the ToC. There is no need to have an appendix section of its own, instead, simply add the appendix class to the first section of the appendix.
index-respec.html
--- a/index-respec.html	Mon Aug 02 17:14:11 2010 -0400
+++ b/index-respec.html	Mon Aug 02 17:28:30 2010 -0400
@@ -680,9 +680,7 @@
 
 </section>
 
-<section id="appendix">
-
-<section class='informative' id="history">
+<section class='appendix informative' id="history">
 <h1>Change History</h1>
 <p><a href="http://github.com/msporny/webid-spec/commit/b19d2812901b4511fdf9876c1be53bb36ee3201e">2010-07-25</a> Added WebID Profile section.</p>
 <p><a href="http://github.com/msporny/webid-spec/commit/211d197510ca119c21ae48f3e5aa3f931ea88672">2010-07-18</a> Updates from WebID community related to RDF/XML support, authentication sequence corrections, abstract and introduction updates.</p>
@@ -709,7 +707,6 @@
 </ul>
 
 </section>
-</section>
   </body>
 </html>