summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2013-04-13 11:06:23 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2013-04-13 11:07:29 +0300
commiteaf81f840a08fb991f024ebdbe9368bbd1a488ad (patch)
tree2bf32e96563be7258e1dd53ce38701fd5ad0ee5a /templates
parent114622923c9a0bed02819ee5eed1b0abeda9a4d5 (diff)
downloadvdr-plugin-webvideo-eaf81f840a08fb991f024ebdbe9368bbd1a488ad.tar.gz
vdr-plugin-webvideo-eaf81f840a08fb991f024ebdbe9368bbd1a488ad.tar.bz2
Fixed ruutu.fi "Listaa sarjat"
Diffstat (limited to 'templates')
-rw-r--r--templates/www.ruutu.fi/series.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/www.ruutu.fi/series.xsl b/templates/www.ruutu.fi/series.xsl
index 4bf5cda..c94aa1e 100644
--- a/templates/www.ruutu.fi/series.xsl
+++ b/templates/www.ruutu.fi/series.xsl
@@ -18,7 +18,7 @@
<wvmenu>
<title>Kaikki sarjat</title>
- <xsl:apply-templates select="//div[@class='has-episodes']/a"/>
+ <xsl:apply-templates select="//a[@class='has-episodes']"/>
</wvmenu>
</xsl:template>