view mercurial/templates/atom/bookmarkentry.tmpl @ 17509:f7767f52e9eb

spelling: recursion
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 1046cb663776
children 9409aeaafdc1
line wrap: on
line source

 <entry>
  <title>{bookmark|escape}</title>
  <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
  <id>{urlbase}{url}#bookmark-{node}</id>
  <updated>{date|rfc3339date}</updated>
  <published>{date|rfc3339date}</published>
  <content type="text">{bookmark|strip|escape}</content>
 </entry>