##// 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>
@@ -7,3 +7,4 b' filelog = filelog.tmpl'
7 filelogentry = filelogentry.tmpl
7 filelogentry = filelogentry.tmpl
8 tags = tags.tmpl
8 tags = tags.tmpl
9 tagentry = tagentry.tmpl
9 tagentry = tagentry.tmpl
10 error = error.tmpl
General Comments 0
You need to be logged in to leave comments. Login now