aboutsummaryrefslogtreecommitdiff
path: root/templates/change.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-17 21:21:07 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-17 21:21:07 -0400
commit02ec92c6cb0cfb86fb9a0b65addbd8c0934869c7 (patch)
treeb3ba13fd9c1c9d5a2ba3592e92958c629313823f /templates/change.tmpl
parentef4b9b54206bec2930d387b57ebbb5d7b2a5dce2 (diff)
downloadikiwiki-02ec92c6cb0cfb86fb9a0b65addbd8c0934869c7.tar
ikiwiki-02ec92c6cb0cfb86fb9a0b65addbd8c0934869c7.tar.gz
make relativedate work for the dates on the recentchanges page
Having a always current relative date on recentchanges is very, very nice.
Diffstat (limited to 'templates/change.tmpl')
-rw-r--r--templates/change.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl
index 4a99cf5ff..3a1086cf0 100644
--- a/templates/change.tmpl
+++ b/templates/change.tmpl
@@ -24,7 +24,7 @@
<span class="desc"><br />Commit type:</span>
<span class="committype"><TMPL_VAR COMMITTYPE></span>
<span class="desc"><br />Date:</span>
-<span class="changedate"><TMPL_VAR COMMITDATE></span>
+<span class="changedate"><span class="date" title="<TMPL_VAR COMMITDATE_RAW>"><TMPL_VAR COMMITDATE></span></span>
</div>
<div class=changelog>
<TMPL_LOOP NAME="MESSAGE">