templates/tagentry-rss.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 26 Apr 2006 06:12:42 +0200
changeset 2130 90ee844b9f71
parent 1766 93f54a2b3864
permissions -rw-r--r--
hgweb templates: Don't word wrap "foo bar ago" (e.g. "3 months\nago") This made log entries or hgwebdir index look ugly with certain browser widths.

<item>
    <title>#tag|escape#</title>
    <link>#url#?cs=#node|short#</link>
    <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
    <pubDate>#date|rfc822date#</pubDate>
</item>