- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Aug 2010 12:47:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv31688/tools Modified Files: specgen.xsl Log Message: build fix for problems with dfn pop-ups Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/specgen.xsl,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- specgen.xsl 5 Aug 2010 07:42:17 -0000 1.80 +++ specgen.xsl 6 Aug 2010 12:47:52 -0000 1.81 @@ -131,7 +131,7 @@ <xsl:template name="make-index"> <xsl:variable name="index-contents"> <xsl:text> </xsl:text> - <div> + <div id="index-contents" class="section"> <xsl:text> </xsl:text> <h2>Index <a class="hash" href="#index">#</a> <xsl:text> </xsl:text> @@ -298,8 +298,8 @@ </xsl:variable> <xsl:choose> <xsl:when test="$chunk = 0"> - <div id="index"> - <xsl:copy-of select="$index-contents"/> + <div id="index" class="section"> + <xsl:copy-of select="exsl:node-set($index-contents)/*/node()"/> </div> </xsl:when> <xsl:otherwise>
Received on Friday, 6 August 2010 12:47:56 UTC