summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-29 04:45:54 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-29 04:45:54 -0500
commit85eb1abc6198f16f6f887e811186ea4a7c095e1d (patch)
treec780164bb1563792747371361c51ed525e4603d5 /IkiWiki/Plugin/recentchanges.pm
parent38e79f206edf7a6ae80fb2beeb026eadff0a4e0c (diff)
typo
Diffstat (limited to 'IkiWiki/Plugin/recentchanges.pm')
-rw-r--r--IkiWiki/Plugin/recentchanges.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm
index bdd386c7b..5727f9af1 100644
--- a/IkiWiki/Plugin/recentchanges.pm
+++ b/IkiWiki/Plugin/recentchanges.pm
@@ -88,7 +88,7 @@ sub store ($$) { #{{{
my $template=template("change.tmpl", blind_cache => 1);
$template->param(
%$change,
- commitdate => displaytime($change->{when}, "%x %x"),
+ commitdate => displaytime($change->{when}, "%X %x"),
wikiname => $config{wikiname},
);
$template->param(baseurl => "$config{url}/") if length $config{url};