# HG changeset patch # User Sune Foldager # Date 1234272042 -3600 # Node ID 09bec6fd747cbf3fb018dfeba9506b3df4fd8a3e # Parent 5f7512f680cb9006f730eb851fa49f42237e9aaf hgweb: add rss error template diff -r 5f7512f680cb -r 09bec6fd747c templates/rss/error.tmpl --- /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} + Error + Error + + Error + {error|escape} + + + diff -r 5f7512f680cb -r 09bec6fd747c templates/rss/map --- 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