Author: stevencaswell
Date: Wed May  4 18:33:23 2005
New Revision: 168232

URL: http://svn.apache.org/viewcvs?rev=168232&view=rev
Log:
added the fix from the maven xdoc plug-in that corrects the extra space between 
the end of an anchor and punctuation

Modified:
    jakarta/commons/proper/commons-build/trunk/commons-site.jsl

Modified: jakarta/commons/proper/commons-build/trunk/commons-site.jsl
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/commons-build/trunk/commons-site.jsl?rev=168232&r1=168231&r2=168232&view=diff
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/commons-site.jsl (original)
+++ jakarta/commons/proper/commons-build/trunk/commons-site.jsl Wed May  4 
18:33:23 2005
@@ -529,7 +529,7 @@
       </jsl:template>
 
   <!-- remove the space at the end of parsed "a" anchors -->
-  <jsl:template match="a" trim="false">
+  <jsl:template match="a" trim="true">
     <jsl:copy trim="true">
       <jsl:applyTemplates trim="true"/>
     </jsl:copy>



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

Reply via email to