goba            Thu Sep  2 10:33:49 2004 EDT

  Modified files:              
    /livedocs   toc.xsl 
  Log:
  copy-paste error
  
http://cvs.php.net/diff.php/livedocs/toc.xsl?r1=1.4&r2=1.5&ty=u
Index: livedocs/toc.xsl
diff -u livedocs/toc.xsl:1.4 livedocs/toc.xsl:1.5
--- livedocs/toc.xsl:1.4        Thu Sep  2 09:41:58 2004
+++ livedocs/toc.xsl    Thu Sep  2 10:33:49 2004
@@ -47,12 +47,12 @@
 </xsl:template>
 
 <xsl:template match="refgroup">
-<part>
+<refgroup>
        <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
        <xsl:attribute name="title"><xsl:value-of select="title"/></xsl:attribute>
        <xsl:apply-templates select="refgroup"/>
        <xsl:apply-templates select="reference"/>
-</part>
+</refgroup>
 </xsl:template>
 
 <xsl:template match="reference">

Reply via email to