view mercurial/templates/atom/bookmarks.tmpl @ 15125:bdc595059108

minirst: end all blocks with newlines Formerly RST blocks were formatted without a trailing newline, which wasn't particularly helpful. Now everything that comes back from the formatter has a trailing newline so remove all the extra ones added by users.
author Matt Mackall <mpm@selenic.com>
date Sat, 17 Sep 2011 14:17:09 -0500
parents 1046cb663776
children 9409aeaafdc1
line wrap: on
line source

{header}
 <id>{urlbase}{url}</id>
 <link rel="self" href="{urlbase}{url}atom-bookmarks"/>
 <link rel="alternate" href="{urlbase}{url}bookmarks"/>
 <title>{repo|escape}: bookmarks</title>
 <summary>{repo|escape} bookmark history</summary>
 <author><name>Mercurial SCM</name></author>
 {latestentry%feedupdated}

{entries%bookmarkentry}
</feed>