mercurial/templates/paper/filelogentry.tmpl
changeset 14046 b24e5a708fad
parent 13850 1209e1d52b68
child 15375 fe9d36a6853e
--- a/mercurial/templates/paper/filelogentry.tmpl	Wed Apr 27 21:55:46 2011 -0400
+++ b/mercurial/templates/paper/filelogentry.tmpl	Thu Apr 28 17:02:39 2011 +0200
@@ -1,5 +1,5 @@
  <tr class="parity{parity}">
-  <td class="age">{date|age}</td>
+  <td class="age">{date|date}</td>
   <td class="author">{author|person}</td>
   <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
  </tr>