<xsl:text>https://twitter.com</xsl:text>
</xsl:variable>
- <xsl:template match="a[@data-expanded-url]">
+ <xsl:template match="a[@data-expanded-url]" mode="enclosure">
<xsl:copy-of select="php:function('Tweeper::generateEnclosure', string(./@data-expanded-url))"/>
</xsl:template>
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generate-enclosure = 1">
- <xsl:apply-templates select="$item-content//a[@data-expanded-url]"/>
+ <xsl:apply-templates select="$item-content//a[@data-expanded-url]" mode="enclosure"/>
</xsl:if>
</item>
</xsl:template>