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:45:41 UTC

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

crossley    2003/07/07 18:45:41

  Modified:    src/webapp/docs/samples/catalog sdocbook2body.xsl
  Log:
  Add missing HTML <title> element.
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.0/src/webapp/docs/samples/catalog/sdocbook2body.xsl
  
  Index: sdocbook2body.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/src/webapp/docs/samples/catalog/sdocbook2body.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sdocbook2body.xsl	9 Mar 2003 00:05:31 -0000	1.1
  +++ sdocbook2body.xsl	8 Jul 2003 01:45:41 -0000	1.2
  @@ -8,7 +8,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>