From c7e95055fac0f072766b8b2a7f1a8b441a97ee85 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 16 Nov 2010 17:44:08 +0000 Subject: [PATCH] The default value of isPermaLink is true, not including it does nothing. http://www.rssboard.org/rss-specification#ltguidgtSubelementOfLtitemgt --- includes/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Feed.php b/includes/Feed.php index a80e6b7b50..bd03901bdc 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -305,7 +305,7 @@ class RSSFeed extends ChannelFeed { <?php print $item->getTitle() ?> getUrl() ?> - RSSIsPermalink ) print ' isPermaLink="true"' ?>>getUniqueId() ?> + RSSIsPermalink ) print ' isPermaLink="false"' ?>>getUniqueId() ?> getDescription() ?> getDate() ) { ?>formatTime( $item->getDate() ) ?> getAuthor() ) { ?>getAuthor() ?> -- 2.20.1