- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 29 Aug 2010 00:58:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv7503/tools Modified Files: chunker.xsl specgen.xsl Log Message: updated Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/specgen.xsl,v retrieving revision 1.89 retrieving revision 1.90 diff -u -d -r1.89 -r1.90 --- specgen.xsl 28 Aug 2010 23:53:04 -0000 1.89 +++ specgen.xsl 29 Aug 2010 00:58:13 -0000 1.90 @@ -53,7 +53,7 @@ <xsl:text> </xsl:text> <xsl:choose> <xsl:when test="$maturity = 'ED'"> - <link rel='stylesheet' href='W3C-ED.css' type='text/css'/> + <link rel='stylesheet' href='ED.css' type='text/css'/> </xsl:when> <xsl:when test=' $maturity="WD" @@ -89,7 +89,7 @@ <!-- * suppress meta@charset --> <xsl:template match="h:meta[@charset]"/> <!-- * suppress duplication of ED CSS link --> - <xsl:template match="h:head/h:link[contains(@href,'W3C-ED')]"/> + <xsl:template match="h:head/h:link[contains(@href,'ED')]"/> <!-- * remove source CSS link --> <xsl:template match="h:head/h:link[@href = 'src.css']"/> <!-- * remove info stuff --> Index: chunker.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/chunker.xsl,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- chunker.xsl 10 Aug 2010 13:51:11 -0000 1.19 +++ chunker.xsl 29 Aug 2010 00:58:13 -0000 1.20 @@ -137,7 +137,7 @@ <xsl:text> </xsl:text> <xsl:choose> <xsl:when test="$maturity = 'ED'"> - <link rel='stylesheet' href='W3C-ED.css' type='text/css'/> + <link rel='stylesheet' href='ED.css' type='text/css'/> </xsl:when> <xsl:when test=' $maturity="WD"
Received on Sunday, 29 August 2010 00:58:16 UTC