##// END OF EJS Templates
hgweb: add rss error template
Sune Foldager -
r7748:09bec6fd default
parent child Browse files
Show More
@@ -0,0 +1,9 b''
1 {header}
2 <title>Error</title>
3 <description>Error</description>
4 <item>
5 <title>Error</title>
6 <description>{error|escape}</description>
7 </item>
8 </channel>
9 </rss>
@@ -1,9 +1,10 b''
1 1 default = 'changelog'
2 2 mimetype = 'text/xml; charset={encoding}'
3 3 header = header.tmpl
4 4 changelog = changelog.tmpl
5 5 changelogentry = changelogentry.tmpl
6 6 filelog = filelog.tmpl
7 7 filelogentry = filelogentry.tmpl
8 8 tags = tags.tmpl
9 9 tagentry = tagentry.tmpl
10 error = error.tmpl
General Comments 0
You need to be logged in to leave comments. Login now