diff templates/atom/tagentry.tmpl @ 9581:3b93032516b3

use short identifiers in atom feed
author Raoul Bhatia [IPAX] <r.bhatia@ipax.at>
date Fri, 09 Oct 2009 16:27:05 +0200
parents 5ccca71775e1
children
line wrap: on
line diff
--- a/templates/atom/tagentry.tmpl	Sun Oct 11 13:58:53 2009 -0500
+++ b/templates/atom/tagentry.tmpl	Fri Oct 09 16:27:05 2009 +0200
@@ -1,6 +1,6 @@
  <entry>
   <title>{tag|escape}</title>
-  <link rel="alternate" href="{urlbase}{url}rev/{node}"/>
+  <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
   <id>{urlbase}{url}#tag-{node}</id>
   <updated>{date|rfc3339date}</updated>
   <published>{date|rfc3339date}</published>