You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/03/20 22:10:05 UTC

cvs commit: xml-cocoon/skins/xml.apache.org/stylesheets document2html.xsl

stefano     00/03/20 13:10:05

  Modified:    skins/xml.apache.org/stylesheets document2html.xsl
  Log:
  wrong attribute was used
  
  Revision  Changes    Path
  1.6       +1 -1      xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- document2html.xsl	2000/02/09 20:54:47	1.5
  +++ document2html.xsl	2000/03/20 21:10:03	1.6
  @@ -476,7 +476,7 @@
    </xsl:template>
   
    <xsl:template match="anchor">
  -   <a name="{@name}"><xsl:comment>anchor</xsl:comment></a>
  +   <a name="{@id}"><xsl:comment>anchor</xsl:comment></a>
    </xsl:template>  
   
   <!-- ====================================================================== -->