diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-11-06 20:49:18 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-11-06 20:49:18 -0500 |
commit | 11d377af816b30eba336fae2993a79362443c293 (patch) | |
tree | 7bed8d9eb92949be0f4f0b8df6dcb725234c76a5 /debian | |
parent | 96d52b82edffae197ae182f7073d4b7a8d88880b (diff) |
txt: Do not encode quotes when filtering the txt, as that broke later parsing of any directives on the page.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a197369cc..424c99ac4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ ikiwiki (2.69) UNRELEASED; urgency=low as a not yet released XML::RSS, it will fall back to the old method if no xml:base info is available. * meta: Plugin is now enabled by default since the basewiki uses it. + * txt: Do not encode quotes when filtering the txt, as that broke + later parsing of any directives on the page. -- Joey Hess <joeyh@debian.org> Thu, 06 Nov 2008 16:01:00 -0500 |