You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2003/03/03 14:43:31 UTC

cvs commit: avalon-site/src/documentation/resources/stylesheets changes2document.xsl

jefft       2003/03/03 05:43:31

  Modified:    src/documentation/resources/stylesheets changes2document.xsl
  Log:
  Fix path to images directory
  
  Revision  Changes    Path
  1.2       +1 -1      avalon-site/src/documentation/resources/stylesheets/changes2document.xsl
  
  Index: changes2document.xsl
  ===================================================================
  RCS file: /home/cvs/avalon-site/src/documentation/resources/stylesheets/changes2document.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes2document.xsl	3 Mar 2003 13:18:17 -0000	1.1
  +++ changes2document.xsl	3 Mar 2003 13:43:31 -0000	1.2
  @@ -40,7 +40,7 @@
   
    <xsl:template match="action">
     <li>
  -   <icon src="images/{@type}.jpg" alt="{@type}"/>
  +   <icon src="../images/{@type}.jpg" alt="{@type}"/>
      <xsl:apply-templates/>
      <xsl:text>(</xsl:text><xsl:value-of select="@dev"/><xsl:text>)</xsl:text>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org