diff options
-rw-r--r-- | templates/www.ruutu.fi/series.xsl | 2 |
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> |