From 77c542e488fa32aea599d67d415bc5dec97d7aab Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 11 Sep 2014 21:36:08 +0200 Subject: Fixed links in ATOM feed * URL has to be defined in a "href" attribute instead of as the nodes content --- source/99_result/atom.xsl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'source/99_result') diff --git a/source/99_result/atom.xsl b/source/99_result/atom.xsl index e67f89c..7d50f2d 100644 --- a/source/99_result/atom.xsl +++ b/source/99_result/atom.xsl @@ -46,8 +46,14 @@ - <xsl:value-of select="title"/> - /article/ + + <xsl:value-of select="title"/> + + + + /article/ + +
-- cgit v1.2.3