xsl/portal2items: fix gallery link

This commit is contained in:
Astro 2013-10-30 01:23:20 +01:00
parent a809b62a1c
commit 1d95b2d810
1 changed files with 1 additions and 1 deletions

View File

@ -37,8 +37,8 @@
<item date="{atom:updated[1]}">
<xsl:apply-templates select="atom:title[1]" mode="gallery"/>
<xsl:apply-templates select="atom:content[@type='html'][1]" mode="gallery"/>
<xsl:apply-templates select="atom:link[@rel='alternate'][1]" mode="gallery"/>
<xsl:apply-templates select="atom:link[@rel='enclosure'][1]" mode="gallery"/>
<xsl:apply-templates select="atom:alternate[@rel='enclosure'][1]" mode="gallery"/>
</item>
</xsl:template>
<xsl:template match="atom:title" mode="gallery">