diff templates/rss/error.tmpl @ 7748:09bec6fd747c

hgweb: add rss error template
author Sune Foldager <cryo@cyanite.org>
date Tue, 10 Feb 2009 14:20:42 +0100
parents
children b03416194895
line wrap: on
line diff
--- /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>