From 85eb1abc6198f16f6f887e811186ea4a7c095e1d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Jan 2008 04:45:54 -0500 Subject: typo --- IkiWiki/Plugin/recentchanges.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin') 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}; -- cgit v1.2.3