##// END OF EJS Templates
Fix quoting for RSS links...
Matt Mackall -
r626:47207ec1 default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 <item>
2 2 <title>#desc|firstline|escape#</title>
3 <link>#url#?cmd=changeset;node=#node#"</link>
3 <link>#url#?cmd=changeset;node=#node#</link>
4 4 <description>#desc|escape|addbreaks#</description>
5 5 <author>#author|obfuscate#</author>
6 6 <pubDate>#date|rfc822date#</pubDate>
@@ -1,6 +1,6 b''
1 1 <item>
2 2 <title>#desc|firstline|escape#</title>
3 <link>#url#?cmd=file;file=#file#;filenode=#filenode#"</link>
3 <link>#url#?cmd=file;file=#file#;filenode=#filenode#</link>
4 4 <description>#desc|escape|addbreaks#</description>
5 5 <author>#author|obfuscate#</author>
6 6 <pubDate>#date|rfc822date#</pubDate>>
General Comments 0
You need to be logged in to leave comments. Login now