xsl/podcast: rm useless selection

This commit is contained in:
Astro 2012-02-04 01:30:53 +01:00
parent e7efa0fb53
commit 5f5758d9da
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<itunes:category text="Tech News"/>
</itunes:category>
</xsl:when>
<xsl:when test="$selection = 'pentacast' or $selection = 'pentamedia'">
<xsl:when test="$selection = 'pentacast'">
<title>Pentacast</title>
<link><xsl:value-of select="$baseurl"/>podcast.html</link>
<description>C3D2 Pentacast</description>
@ -57,7 +57,7 @@
<itunes:category text="Society &amp; Culture"/>
<itunes:category text="Technology"/>
</xsl:when>
<xsl:when test="$selection = 'pentamusic' or $selection = 'pentamedia'">
<xsl:when test="$selection = 'pentamusic'">
<title>Pentamusic</title>
<link><xsl:value-of select="$baseurl"/>pentamusic.html</link>
<description>C3D2 Pentamusic</description>