Fixed bug in RSS generation with https:// links.
svn path=/trunk/; revision=6240
This commit is contained in:
@@ -30,6 +30,9 @@
|
|||||||
<xsl:when test="starts-with ($link, 'http:')">
|
<xsl:when test="starts-with ($link, 'http:')">
|
||||||
<xsl:value-of select="$link" />
|
<xsl:value-of select="$link" />
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
<xsl:when test="starts-with ($link, 'https:')">
|
||||||
|
<xsl:value-of select="$link" />
|
||||||
|
</xsl:when>
|
||||||
<xsl:otherwise>http://www.fsfeurope.org<xsl:value-of select="$link" />
|
<xsl:otherwise>http://www.fsfeurope.org<xsl:value-of select="$link" />
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
@@ -30,6 +30,9 @@
|
|||||||
<xsl:when test="starts-with ($link, 'http:')">
|
<xsl:when test="starts-with ($link, 'http:')">
|
||||||
<xsl:value-of select="$link" />
|
<xsl:value-of select="$link" />
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
<xsl:when test="starts-with ($link, 'https:')">
|
||||||
|
<xsl:value-of select="$link" />
|
||||||
|
</xsl:when>
|
||||||
<xsl:otherwise>http://www.fsfeurope.org<xsl:value-of select="$link" />
|
<xsl:otherwise>http://www.fsfeurope.org<xsl:value-of select="$link" />
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
Reference in New Issue
Block a user