summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/prettydate.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 19:10:11 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 19:10:11 -0400
commit52bbdbb1a5ce994c9afac253c1d9bfd94acf4d1d (patch)
tree798d8593ef3d780b93fda50d9fbcba3af47e956f /IkiWiki/Plugin/prettydate.pm
parentf892cc8c50ea6117fcc908838be58c6c34e1d0ea (diff)
load all plugins when generating setup
Diffstat (limited to 'IkiWiki/Plugin/prettydate.pm')
-rw-r--r--IkiWiki/Plugin/prettydate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/prettydate.pm b/IkiWiki/Plugin/prettydate.pm
index 29330f29f..080317f06 100644
--- a/IkiWiki/Plugin/prettydate.pm
+++ b/IkiWiki/Plugin/prettydate.pm
@@ -54,8 +54,8 @@ sub getsetup () { #{{{
rebuild => 1,
},
timetable => {
- type => undef, # don't try to show in interface
- default => '%X, %B %o, %Y',
+ type => "internal",
+ default => undef,
description => "array of time descriptions",
safe => 1,
rebuild => 1,