-
Bug
-
Resolution: Fixed
-
Major
-
1.6.0
-
None
<xsl:template match="*" mode="ga-links">
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:apply-templates mode="ga-links"/>
</xsl:copy>
</xsl:template>