summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Plugin/inline.pm2
-rw-r--r--debian/changelog4
2 files changed, 3 insertions, 3 deletions
diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm
index c98888452..66cba027a 100644
--- a/IkiWiki/Plugin/inline.pm
+++ b/IkiWiki/Plugin/inline.pm
@@ -96,7 +96,7 @@ sub preprocess_inline (@) { #{{{
# TODO: if $params{archive} eq "no", the only reason to do this
# is to let the meta plugin get page title info; so stop
# calling this next line then once the meta plugin can
- # store that accross runs.
+ # store that accross runs (also tags plugin).
$template->param(content => get_inline_content($page, $params{page}));
$template->param(ctime => displaytime($pagectime{$page}));
diff --git a/debian/changelog b/debian/changelog
index bd653704b..745678056 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ikiwiki (1.17) UNRELEASED; urgency=low
+ikiwiki (1.17) unstable; urgency=low
* Disable tidy generator tag.
* Move tidy back to sanitize hook, found out how to only show body.
@@ -19,7 +19,7 @@ ikiwiki (1.17) UNRELEASED; urgency=low
* Suck in the page content when generating an inline archive page, to work
around the meta plugin's lack of caching of title metadata across runs.
- -- Joey Hess <joeyh@debian.org> Sat, 12 Aug 2006 12:30:48 -0400
+ -- Joey Hess <joeyh@debian.org> Sat, 12 Aug 2006 12:52:13 -0400
ikiwiki (1.16) unstable; urgency=low