diff templates/changelogentry-rss.tmpl @ 1445:56281e086f38

hgweb: add strip and rstrip filters to handle summary
author TK Soh <teekaysoh@yahoo.com>
date Tue, 25 Oct 2005 14:57:14 -0700
parents 17703aa4491e
children a91bfbbe88d3
line wrap: on
line diff
--- a/templates/changelogentry-rss.tmpl
+++ b/templates/changelogentry-rss.tmpl
@@ -1,7 +1,7 @@
 <item>
-    <title>#desc|firstline|escape#</title>
+    <title>#desc|strip|firstline|rstrip|escape#</title>
     <link>#url#?cs=#node|short#</link>
-    <description><![CDATA[#desc|escape|addbreaks#]]></description>
+    <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
     <author>#author|obfuscate#</author>
     <pubDate>#date|rfc822date#</pubDate>
 </item>