From: Antonio Ospite <ao2@ao2.it> Date: Fri, 20 May 2016 16:00:50 +0000 (+0200) Subject: rss_converter_instagram.com.xsl: fix the channel link X-Git-Tag: v0.6~15 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/ec5191c1b9b18d5aabd559f5a455b4e2a8bfc4f3?hp=-c rss_converter_instagram.com.xsl: fix the channel link --- ec5191c1b9b18d5aabd559f5a455b4e2a8bfc4f3 diff --git a/rss_converter_instagram.com.xsl b/rss_converter_instagram.com.xsl index f12ecbb..97d39d2 100644 --- a/rss_converter_instagram.com.xsl +++ b/rss_converter_instagram.com.xsl @@ -100,7 +100,7 @@ <xsl:template match="/"> <xsl:variable name="channel-title" select="concat('Instagram / ', $screen-name)"/> - <xsl:variable name="channel-link" select="concat($BaseURL, //__path)"/> + <xsl:variable name="channel-link" select="concat($BaseURL, '/', $user-name)"/> <rss version="2.0"> <xsl:attribute name="xml:base"><xsl:value-of select="$BaseURL" /></xsl:attribute>