summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-12-01 20:25:05 -0400
committerJoey Hess <joey@kitenet.net>2010-12-01 20:25:05 -0400
commitaa65300c2f6a22d4372020b4b5b1a04b5842531a (patch)
tree120de2aedf6474d12b70bc5809928e5f343be1a0 /debian
parent2884e3c6c7bfbcf49d3128f1e8b5b6dc99fc8955 (diff)
meta: Fix calling of htmlscrubber to pass the page parameter. The change of the htmlscrubber to look at page rather than destpage caused htmlscrubber_skip to not work for meta directives.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 921f31f29..33c2d3d07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ ikiwiki (3.20101130) UNRELEASED; urgency=low
* Now when users log in via https, ikiwiki sends a secure cookie, that can
only be used over https. If the user switches to using http, they will
need to re-login. (smcv)
+ * meta: Fix calling of htmlscrubber to pass the page parameter.
+ The change of the htmlscrubber to look at page rather than destpage
+ caused htmlscrubber_skip to not work for meta directives.
-- Joey Hess <joeyh@debian.org> Mon, 29 Nov 2010 14:44:13 -0400