bruno       2003/03/21 09:35:12

  Modified:    src/blocks/profiler/samples profile2html.xsl
  Log:
  Fix date in the title.
  
  Revision  Changes    Path
  1.4       +1 -1      cocoon-2.1/src/blocks/profiler/samples/profile2html.xsl
  
  Index: profile2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/profiler/samples/profile2html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- profile2html.xsl  21 Mar 2003 17:30:37 -0000      1.3
  +++ profile2html.xsl  21 Mar 2003 17:35:12 -0000      1.4
  @@ -14,7 +14,7 @@
     <xsl:template match="/">
       <html>
         <head>
  -        <title>Cocoon2 profile information [<xsl:value-of select="@date"/>]</title>
  +        <title>Cocoon2 profile information [<xsl:value-of 
select="profile:profilerinfo/@date"/>]</title>
         </head>
         <body>
           <xsl:choose>
  
  
  

Reply via email to