xsl/podcast: fix format selection bug
parent
d771f3ce32
commit
e788b525d3
|
@ -192,7 +192,7 @@
|
|||
<xsl:choose>
|
||||
<!-- Gibts ein $format? -->
|
||||
<xsl:when test="count(alternative[@type=$format]) > 0">
|
||||
<xsl:apply-templates test="alternative[@type=$format][1]">
|
||||
<xsl:apply-templates select="alternative[@type=$format]">
|
||||
<xsl:with-param name="newsfile" select="$newsfile"/>
|
||||
</xsl:apply-templates>
|
||||
</xsl:when>
|
||||
|
|
Loading…
Reference in New Issue