diff --git a/templates/RSSFeed.ss b/templates/RSSFeed.ss index c95af9330..dab956a9e 100755 --- a/templates/RSSFeed.ss +++ b/templates/RSSFeed.ss @@ -1,9 +1,10 @@ - + $Title $Link - <% if Description %>$Description.XML<% end_if %> + + $Description.XML <% control Entries %> @@ -12,10 +13,10 @@ <% if Description %>$Description.AbsoluteLinks.EscapeXML<% end_if %> <% if Date %>$Date.Rfc822 <% else %>$Created.Rfc822<% end_if %> - <% if Author %>$Author.XML<% end_if %> + <% if Author %>$Author.XML<% end_if %> $AbsoluteLink <% end_control %> - + \ No newline at end of file