Fix quoting for RSS links
authorMatt Mackall <mpm@selenic.com>
Tue, 05 Jul 2005 18:15:38 -0800
changeset 626 47207ec19c51
parent 625 978011cf5279
child 627 b6c42714d900
Fix quoting for RSS links Spotted by Mikael Berthe <mikael.berthe@lilotux.net>
templates/changelogentry-rss.tmpl
templates/filelogentry-rss.tmpl
--- a/templates/changelogentry-rss.tmpl
+++ b/templates/changelogentry-rss.tmpl
@@ -1,6 +1,6 @@
 <item>
     <title>#desc|firstline|escape#</title>
-    <link>#url#?cmd=changeset;node=#node#"</link>
+    <link>#url#?cmd=changeset;node=#node#</link>
     <description>#desc|escape|addbreaks#</description>
     <author>#author|obfuscate#</author>
     <pubDate>#date|rfc822date#</pubDate>
--- a/templates/filelogentry-rss.tmpl
+++ b/templates/filelogentry-rss.tmpl
@@ -1,6 +1,6 @@
 <item>
     <title>#desc|firstline|escape#</title>
-    <link>#url#?cmd=file;file=#file#;filenode=#filenode#"</link>
+    <link>#url#?cmd=file;file=#file#;filenode=#filenode#</link>
     <description>#desc|escape|addbreaks#</description>
     <author>#author|obfuscate#</author>
     <pubDate>#date|rfc822date#</pubDate>>