You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2007/02/02 19:15:08 UTC

svn commit: r502678 - /incubator/roller/trunk/web/WEB-INF/velocity/templates/feeds/site-comments-rss.vm

Author: agilliland
Date: Fri Feb  2 10:15:07 2007
New Revision: 502678

URL: http://svn.apache.org/viewvc?view=rev&rev=502678
Log:
rss feeds should have self links pointing back to rss feeds, not atom feeds.


Modified:
    incubator/roller/trunk/web/WEB-INF/velocity/templates/feeds/site-comments-rss.vm

Modified: incubator/roller/trunk/web/WEB-INF/velocity/templates/feeds/site-comments-rss.vm
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/velocity/templates/feeds/site-comments-rss.vm?view=diff&rev=502678&r1=502677&r2=502678
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/velocity/templates/feeds/site-comments-rss.vm (original)
+++ incubator/roller/trunk/web/WEB-INF/velocity/templates/feeds/site-comments-rss.vm Fri Feb  2 10:15:07 2007
@@ -23,7 +23,7 @@
 <channel>
   <title>$utils.escapeXML($config.siteName) (Comments)</title>
   <link>$url.absoluteSite</link>
-  <atom:link rel="self" type="application/rss+xml" href="$url.feed.comments.atom($model.categoryPath, $model.excerpts)" />
+  <atom:link rel="self" type="application/rss+xml" href="$url.feed.comments.rss($model.categoryPath, $model.excerpts)" />
   <description>$utils.escapeXML($config.siteDescription)</description>
   <language>en-us</language>
   <copyright>Copyright $utils.formatDate($model.weblog.lastModified, "yyyy")</copyright>