You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/07/08 03:42:19 UTC

cvs commit: cocoon-2.1/src/webapp/samples/catalog sdocbook2body.xsl

crossley    2003/07/07 18:42:18

  Modified:    src/webapp/samples/catalog sdocbook2body.xsl
  Log:
  Add missing HTML <title> element.
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.1/src/webapp/samples/catalog/sdocbook2body.xsl
  
  Index: sdocbook2body.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/catalog/sdocbook2body.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sdocbook2body.xsl	7 May 2003 04:57:13 -0000	1.2
  +++ sdocbook2body.xsl	8 Jul 2003 01:42:18 -0000	1.3
  @@ -10,7 +10,7 @@
     <xsl:template match="article">
       <html>
        <head>
  -      <title><xsl:value-of select="article/title"/></title>
  +      <title><xsl:value-of select="title"/></title>
        </head>
       <body>
         <center>