You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/06/24 02:53:22 UTC

svn commit: rev 21617 - forrest/trunk/src/core/context/resources/stylesheets

Author: crossley
Date: Wed Jun 23 17:53:21 2004
New Revision: 21617

Modified:
   forrest/trunk/src/core/context/resources/stylesheets/normalizehrefs.xsl
Log:
Remove tabs.


Modified: forrest/trunk/src/core/context/resources/stylesheets/normalizehrefs.xsl
==============================================================================
--- forrest/trunk/src/core/context/resources/stylesheets/normalizehrefs.xsl	(original)
+++ forrest/trunk/src/core/context/resources/stylesheets/normalizehrefs.xsl	Wed Jun 23 17:53:21 2004
@@ -12,9 +12,9 @@
   <xsl:template match="@href">
     <xsl:if test="normalize-space(.)!=''">
       <xsl:attribute name="href">
-	      <xsl:call-template name="normalize" >
-	        <xsl:with-param name="path" select="." />
-      	</xsl:call-template>
+      <xsl:call-template name="normalize">
+        <xsl:with-param name="path" select="."/>
+      </xsl:call-template>
       </xsl:attribute>
     </xsl:if>
   </xsl:template>