You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2007/09/08 17:39:24 UTC

svn commit: r573862 - /roller/branches/roller_3.1/web/WEB-INF/velocity/feeds.vm

Author: snoopdave
Date: Sat Sep  8 08:39:24 2007
New Revision: 573862

URL: http://svn.apache.org/viewvc?rev=573862&view=rev
Log:
Fix for: http://opensource.atlassian.com/projects/roller/browse/ROL-1550
Comment content repeated in Atom comment feed

Modified:
    roller/branches/roller_3.1/web/WEB-INF/velocity/feeds.vm

Modified: roller/branches/roller_3.1/web/WEB-INF/velocity/feeds.vm
URL: http://svn.apache.org/viewvc/roller/branches/roller_3.1/web/WEB-INF/velocity/feeds.vm?rev=573862&r1=573861&r2=573862&view=diff
==============================================================================
--- roller/branches/roller_3.1/web/WEB-INF/velocity/feeds.vm (original)
+++ roller/branches/roller_3.1/web/WEB-INF/velocity/feeds.vm Sat Sep  8 08:39:24 2007
@@ -104,7 +104,7 @@
             #set($content = $utils.autoformat($content))
         #end
         #set($content = $utils.addNofollow($content))
-        <content type="html">${content} $comment.content</content>
+        <content type="html">$comment.content</content>
     </entry>
     #end
 #end