vmassol     2003/03/01 08:58:01

  Modified:    documentation/docs/skins/jakarta.apache.org/stylesheets
                        document2html.xsl
  Log:
  Removed spaces around an img tag
  
  Revision  Changes    Path
  1.35      +2 -2      
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- document2html.xsl 25 Feb 2003 21:59:17 -0000      1.34
  +++ document2html.xsl 1 Mar 2003 16:58:00 -0000       1.35
  @@ -659,7 +659,7 @@
     </xsl:template>
     
     <xsl:template match="img">
  -    <img alt="[EMAIL PROTECTED]" border="0" vspace="4" hspace="4">
  +    <img alt="[EMAIL PROTECTED]" border="0" vspace="0" hspace="0">
         <xsl:attribute name="src">
           <xsl:call-template name="get-base-directory"/>
           <xsl:value-of select="@src"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to