diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 04:45:54 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 04:45:54 -0500 |
commit | 85eb1abc6198f16f6f887e811186ea4a7c095e1d (patch) | |
tree | c780164bb1563792747371361c51ed525e4603d5 /IkiWiki/Plugin | |
parent | 38e79f206edf7a6ae80fb2beeb026eadff0a4e0c (diff) |
typo
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/recentchanges.pm | 2 |
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}; |