html5/markup/tools specgen.xsl,1.56,1.57

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

Modified Files:
	specgen.xsl 
Log Message:
fixed type in status section

Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- specgen.xsl	12 Feb 2010 07:56:05 -0000	1.56
+++ specgen.xsl	18 Feb 2010 18:41:33 -0000	1.57
@@ -397,11 +397,11 @@
           <xsl:text> is associated with </xsl:text>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:text> was produced by </xsl:text>
+          <xsl:text> was published by </xsl:text>
         </xsl:otherwise>
       </xsl:choose>
       the <a href="{$group-url}"
-        ><xsl:copy-of select="normalize-space($group-name)"/></a>.
+        ><xsl:copy-of select="normalize-space($group-name)"/></a>,
       part of the <xsl:copy-of select="$activity"/>
       in the W3C <xsl:copy-of select="$domain"/>.
     </p>

Received on Thursday, 18 February 2010 18:41:36 UTC