summaryrefslogtreecommitdiff
path: root/d/sys/lampion/local/lib/svnlog/html.tt
diff options
context:
space:
mode:
Diffstat (limited to 'd/sys/lampion/local/lib/svnlog/html.tt')
-rw-r--r--d/sys/lampion/local/lib/svnlog/html.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/d/sys/lampion/local/lib/svnlog/html.tt b/d/sys/lampion/local/lib/svnlog/html.tt
index f6c05b8..b981773 100644
--- a/d/sys/lampion/local/lib/svnlog/html.tt
+++ b/d/sys/lampion/local/lib/svnlog/html.tt
@@ -1,4 +1,4 @@
-[% USE date %]
+[% USE date (locale ='fr_FR') %]
[% BLOCK msg %]
[% FOREACH msg = msgs %]
[% msg %] <br/>
@@ -24,7 +24,7 @@
[% FOREACH r = revisions -%]
[% IF r.msg.size () > 0 %]
<div class="ci">
- <div class="date">[% date.format (r.date, 'le %D à %H:%S') %]</div>
+ <div class="date">[% date.format (r.date, 'le %x à %H:%M') %]</div>
<div class="rev">Révision : [% r.rev %]</div>
<div class="author">
<h3> Auteur : </h3>