aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-14 15:00:46 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-14 15:00:46 -0400
commitc39112e6effa8a4057cc6350c0be46f3363c259a (patch)
tree1ddf112a05952a20adfe57c0d172ce02ef5dc4ee /doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn
parentfe2ba07428f43fe3bbe7ce360149229e795975bc (diff)
downloadikiwiki-c39112e6effa8a4057cc6350c0be46f3363c259a.tar
ikiwiki-c39112e6effa8a4057cc6350c0be46f3363c259a.tar.gz
inline: Allow MTIME to be used in inlinepage.tmpl.
Diffstat (limited to 'doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn')
-rw-r--r--doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn b/doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn
index 58579ac35..89947b544 100644
--- a/doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn
+++ b/doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn
@@ -17,3 +17,6 @@ Update - even though I'm not a Perl programmer, this patch seems right:
+ $template->param(mtime => displaytime($pagemtime{$page}, $params{timeformat}));
$template->param(first => 1) if $page eq $list[0];
$template->param(last => 1) if $page eq $list[$#list];
+
+
+> [[done]], thanks