diff templates/changelogentry-rss.tmpl @ 1511:a91bfbbe88d3

hgweb: remove redundant rstrip filter
author TK Soh <teekaysoh@yahoo.com>
date Tue, 08 Nov 2005 10:35:00 -0800
parents 56281e086f38
children
line wrap: on
line diff
--- a/templates/changelogentry-rss.tmpl
+++ b/templates/changelogentry-rss.tmpl
@@ -1,5 +1,5 @@
 <item>
-    <title>#desc|strip|firstline|rstrip|escape#</title>
+    <title>#desc|strip|firstline|strip|escape#</title>
     <link>#url#?cs=#node|short#</link>
     <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
     <author>#author|obfuscate#</author>