You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/04/04 22:16:03 UTC

cvs commit: jakarta-commons/commons-build commons-site.jsl

dirkv       2004/04/04 13:16:03

  Modified:    commons-build commons-site.jsl
  Log:
  fix whitespace/underline problem when there are other tags inside <a>...</a>
  
  Revision  Changes    Path
  1.9       +1 -5      jakarta-commons/commons-build/commons-site.jsl
  
  Index: commons-site.jsl
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/commons-site.jsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- commons-site.jsl	14 Mar 2004 18:57:48 -0000	1.8
  +++ commons-site.jsl	4 Apr 2004 20:16:03 -0000	1.9
  @@ -515,11 +515,7 @@
     </jsl:template>
   
     <!-- copy any other elements through -->
  -  <jsl:template match="*" trim="false">
  -    <jsl:copy trim="false">
  -      <jsl:applyTemplates trim="false"/>
  -    </jsl:copy>
  -   </jsl:template>
  +  <jsl:template match="*" trim="false"><jsl:copy trim="false"><jsl:applyTemplates trim="false"/></jsl:copy></jsl:template>
   
      <!-- element values don't pass through as text -->
      <jsl:template match="@*"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org