From 6688dfe09b22a789cda56a19c7abeef583592209 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 15 May 2016 15:34:13 +0200 Subject: [PATCH] rss_converter_facebook.com.xsl: fix the permalink Use the page id and the story id to build a more robust permalink URL. --- rss_converter_facebook.com.xsl | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/rss_converter_facebook.com.xsl b/rss_converter_facebook.com.xsl index 9fbc187..347f1e4 100644 --- a/rss_converter_facebook.com.xsl +++ b/rss_converter_facebook.com.xsl @@ -42,9 +42,23 @@ https://facebook.com + + + + - + + <xsl:variable name="item-title" select="$item-content/p"/> -- 2.1.4