view mercurial/templates/rss/filelogentry.tmpl @ 30756:1f9684fe94cc

chg: check snprintf result strictly This makes the program more robust when somebody changes hgclient's maxdatasize in the future.
author Jun Wu <quark@fb.com>
date Wed, 11 Jan 2017 23:39:24 +0800
parents 7817df5585db
children
line wrap: on
line source

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <link>{urlbase}{url|urlescape}log/{node|short}/{file|urlescape}</link>
    <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>