Actually use pipe instead of comma

This commit is contained in:
David Bartley 2007-11-21 14:41:05 -05:00
parent e80fc509d9
commit e62976a7c9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<xsl:param name="ext" />
<xsl:param name="mirror" />
<a href="{$mirror}{@file}{$ext}"><xsl:value-of select="@type" /></a>
<xsl:if test="position() != last()">, </xsl:if>
<xsl:if test="position() != last()"> | </xsl:if>
</xsl:template>
<xsl:template match="flvfile">