view 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 source

{header}
    <title>Error</title>
    <description>Error</description>
    <item>
      <title>Error</title>
      <description>{error|escape}</description>
    </item>
  </channel>
</rss>