- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 03 May 2009 09:26:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv20361/src
Modified Files:
header.src.html
Log Message:
h:tml; added unexpanded TOC
Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- header.src.html 1 May 2009 13:53:15 -0000 1.21
+++ header.src.html 3 May 2009 09:26:41 -0000 1.22
@@ -51,9 +51,11 @@
<section id="status">
<h2>Status of this Document</h2>
</section>
- <section id="toc">
- <h2>Table of Contents</h2>
+ <section id="unexpanded-toc" class="toc">
+ <h2>Table of Contents Overview</h2>
+ </section>
+ <section id="toc" class="toc">
+ <h2>Full Table of Contents</h2>
</section>
</body>
</html>
-
Received on Sunday, 3 May 2009 09:26:53 UTC