You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/06/19 05:30:31 UTC

svn commit: rev 21436 - avalon/trunk/central/system/themes/modern/html

Author: niclas
Date: Fri Jun 18 20:30:30 2004
New Revision: 21436

Modified:
   avalon/trunk/central/system/themes/modern/html/transform.xsl
Log:
Oops, no select in the appy-templates.

Modified: avalon/trunk/central/system/themes/modern/html/transform.xsl
==============================================================================
--- avalon/trunk/central/system/themes/modern/html/transform.xsl	(original)
+++ avalon/trunk/central/system/themes/modern/html/transform.xsl	Fri Jun 18 20:30:30 2004
@@ -172,7 +172,7 @@
           <xsl:attribute name="href"><xsl:value-of select="@href" /></xsl:attribute>
         </xsl:otherwise>
       </xsl:choose>
-      <xsl:apply-templates select="." />
+      <xsl:apply-templates/>
     </a>
   </xsl:template>
   

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