Mercurial > hg
view mercurial/templates/rss/tagentry.tmpl @ 36729:389b950f5190
py3: use startswith() instead of slicing to detect leading whitespace
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 04 Mar 2018 15:24:45 -0500 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
<item> <title>{tag|escape}</title> <link>{urlbase}{url|urlescape}rev/{node|short}</link> <description><![CDATA[{tag|strip|escape|addbreaks}]]></description> <pubDate>{date|rfc822date}</pubDate> </item>