Skip to content

Commit

Permalink
Internet Content: Fix TED Talks RSS
Browse files Browse the repository at this point in the history
Fixes #10570
  • Loading branch information
natanojl committed Jul 8, 2012
1 parent 42aae94 commit 24c688e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
within a single Xslt file
-->
<xsl:template match="/">
<xsl:if test="//channel/link='http://www.ted.com/talks/browse'">
<xsl:if test="//channel/link='http://www.ted.com/talks/list'">
<xml>
<xsl:call-template name='tedtalksRSS'/>
</xml>
Expand Down

0 comments on commit 24c688e

Please sign in to comment.