svn commit: rev 21436 - avalon/trunk/central/system/themes/modern/html
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
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>