From 4b9ed4ec6f5babce277b115451fc729578e206d4 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Mon, 7 Jan 2008 19:17:21 +0000 Subject: [PATCH] Fix title and description in RSS feeds git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@47681 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/RSSFeed.ss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/RSSFeed.ss b/templates/RSSFeed.ss index e06e143e1..c95af9330 100755 --- a/templates/RSSFeed.ss +++ b/templates/RSSFeed.ss @@ -1,9 +1,9 @@ - $Title.XML + $Title $Link - $Description.XML + <% if Description %>$Description.XML<% end_if %> <% control Entries %> @@ -18,4 +18,4 @@ <% end_control %> - \ No newline at end of file +