diff templates/changelogentry-rss.tmpl @ 626:47207ec19c51

Fix quoting for RSS links Spotted by Mikael Berthe <mikael.berthe@lilotux.net>
author Matt Mackall <mpm@selenic.com>
date Tue, 05 Jul 2005 18:15:38 -0800
parents 8865eb8ade99
children 8a61f25414b5 445970ccf57a
line wrap: on
line diff
--- 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>