From 7e49b0f4dd905f32ffc2df7070ec8220deaa32d3 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 24 Feb 2018 15:33:58 +0100 Subject: [PATCH 1/1] rss_converter_instagram.com.xsl: fix validation for Instagram location feeds Avoid outputting an element without an empty , this breaks validation. --- src/rss_converter_instagram.com.xsl | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/rss_converter_instagram.com.xsl b/src/rss_converter_instagram.com.xsl index 58cc19c..a2de8b3 100644 --- a/src/rss_converter_instagram.com.xsl +++ b/src/rss_converter_instagram.com.xsl @@ -121,6 +121,7 @@ + @@ -141,17 +142,19 @@ ]]> - - - <xsl:value-of select="$channel-title"/> - - - - - - - - + + + + <xsl:value-of select="$channel-title"/> + + + + + + + + + -- 2.1.4