You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2002/09/04 10:08:45 UTC

cvs commit: xml-cocoon2/src/webapp/samples/profiler profile2page.xsl

stephan     2002/09/04 01:08:45

  Modified:    src/webapp/samples/profiler profile2page.xsl
  Log:
  Add missing 'ms'.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-cocoon2/src/webapp/samples/profiler/profile2page.xsl
  
  Index: profile2page.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/profiler/profile2page.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- profile2page.xsl	3 Sep 2002 10:07:31 -0000	1.1
  +++ profile2page.xsl	4 Sep 2002 08:08:45 -0000	1.2
  @@ -133,7 +133,7 @@
         <tr>
          <td></td>
          <td><b>Total time</b></td>
  -       <td><b><xsl:value-of select="profile:result/@profile:time"/></b></td>
  +       <td><b><xsl:value-of select="profile:result/@profile:time"/> ms</b></td>
          <xsl:for-each select="profile:result">
           <td>
            <b>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org