html5/markup/tools chunker.xsl,1.14,1.15 specgen.xsl,1.77,1.78

Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv13053/tools

Modified Files:
	chunker.xsl specgen.xsl 
Log Message:
build tweak


Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- specgen.xsl	4 Aug 2010 14:12:17 -0000	1.77
+++ specgen.xsl	4 Aug 2010 15:51:15 -0000	1.78
@@ -313,7 +313,7 @@
   </xsl:template>
   <xsl:template name='top'>
     <div id="jump-indexes" class="no-number no-toc">
-      <div id="jumpIndexA-button">elements</div>
+      <div id="jumpIndexA-button">jump</div>
     </div>
     <div class='head'>
       <xsl:choose>

Index: chunker.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/chunker.xsl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- chunker.xsl	4 Aug 2010 12:59:19 -0000	1.14
+++ chunker.xsl	4 Aug 2010 15:51:15 -0000	1.15
@@ -179,7 +179,7 @@
       <xsl:text>&#10;</xsl:text>
       <body class="chunk">
         <div id="jump-indexes" class="no-number no-toc">
-          <div id="jumpIndexA-button">elements</div>
+          <div id="jumpIndexA-button">jump</div>
         </div>
         <xsl:call-template name="header.navigation">
           <xsl:with-param name="prev" select="$prev"/>

Received on Wednesday, 4 August 2010 15:51:21 UTC