summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-25 22:37:34 -0400
committerJoey Hess <joey@kitenet.net>2010-10-25 22:37:34 -0400
commit2076ed597c02bfede9063c3d40f4b855d4e8f8b8 (patch)
treefdff58f7baddd1ab9d5fe946825e15dc516b16cf /debian
parent38f0bec34560d2258a2d690676987b12ab184490 (diff)
txt: Fix display when used inside a format directive.
txt's use of a format hook can't work in that case, so it needs to use a htmlizeformat hook in this case to handle wrapping the text in pre tags.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b304e4b86..2857ec482 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ikiwiki (3.20101024) UNRELEASED; urgency=low
+
+ * txt: Fix display when used inside a format directive.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 25 Oct 2010 22:30:29 -0400
+
ikiwiki (3.20101023) unstable; urgency=low
* Fix typo that broke anonymous git push.