You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/01/23 17:54:52 UTC

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-samples-styling.xsl

joerg       2004/01/23 08:54:52

  Modified:    src/blocks/woody/samples/resources woody-samples-styling.xsl
  Log:
  fiexd: onload="woody_onload()" was missing
  
  Revision  Changes    Path
  1.7       +1 -1      cocoon-2.1/src/blocks/woody/samples/resources/woody-samples-styling.xsl
  
  Index: woody-samples-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-samples-styling.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- woody-samples-styling.xsl	22 Jan 2004 18:02:38 -0000	1.6
  +++ woody-samples-styling.xsl	23 Jan 2004 16:54:52 -0000	1.7
  @@ -20,9 +20,9 @@
   
     <xsl:template match="body">
       <body>
  -      <xsl:apply-templates/>
         <xsl:apply-templates select="." mode="woody-page"/>
         <xsl:apply-templates select="." mode="woody-field"/>
  +      <xsl:apply-templates/>
       </body>
     </xsl:template>