You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/10/17 12:29:59 UTC

cvs commit: xml-forrest/src/resources/skins/krysalis-site/xslt/html document2html.xsl

nicolaken    2003/10/17 03:29:59

  Modified:    src/resources/skins/krysalis-site/xslt/html
                        document2html.xsl
  Log:
  Fixed teh duplicate-contant bug. I have done a commit after
  an update and did not check that an extra apply-templates had
  crept in.
  
  Thanks to Dave Brondsema for reporting.
  
  Revision  Changes    Path
  1.14      +1 -3      xml-forrest/src/resources/skins/krysalis-site/xslt/html/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/krysalis-site/xslt/html/document2html.xsl,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- document2html.xsl	14 Oct 2003 21:31:16 -0000	1.13
  +++ document2html.xsl	17 Oct 2003 10:29:59 -0000	1.14
  @@ -98,8 +98,6 @@
         </xsl:call-template>
       </xsl:if>
       <xsl:apply-templates/>
  -    
  -    <xsl:apply-templates/>
     </xsl:template>
   
     <xsl:template name="generate-id">