--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/error.tmpl Tue Feb 10 14:20:42 2009 +0100
@@ -0,0 +1,9 @@
+{header}
+ <title>Error</title>
+ <description>Error</description>
+ <item>
+ <title>Error</title>
+ <description>{error|escape}</description>
+ </item>
+ </channel>
+</rss>
--- a/templates/rss/map Mon Feb 09 19:00:55 2009 +0100
+++ b/templates/rss/map Tue Feb 10 14:20:42 2009 +0100
@@ -7,3 +7,4 @@
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl
+error = error.tmpl