##// END OF EJS Templates
hgweb: add guid to rss items
Sune Foldager -
r7750:b0341619 default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 <item>
2 2 <title>#desc|strip|firstline|strip|escape#</title>
3 <link>{urlbase}{url}rev/{node|short}</link>
3 <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
4 4 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
5 5 <author>#author|obfuscate#</author>
6 6 <pubDate>#date|rfc822date#</pubDate>
@@ -4,6 +4,7 b''
4 4 <item>
5 5 <title>Error</title>
6 6 <description>{error|escape}</description>
7 <guid>http://www.selenic.com/mercurial/#error</guid>
7 8 </item>
8 9 </channel>
9 10 </rss>
General Comments 0
You need to be logged in to leave comments. Login now