diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-20 16:45:02 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-20 16:45:02 -0500 |
commit | a59af82bb85a037814d3f95d3c9841048b221ca0 (patch) | |
tree | 132a15eaafabc5f6c916600c28259b3918da47f6 /debian/changelog | |
parent | a4697df3e79780f472eee75681d208d7013cbb33 (diff) |
* tla: Remove call to escapeHTML when constructing recentchanges message;
the html is escaped at a different level. Closes: #466495
* bzr, mercurial: Remove unused import of escapeHTML.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 02de6fbbb..0736146d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,9 @@ ikiwiki (2.40) UNRELEASED; urgency=low Instead, don't redirect and let conflict handling resolve it. * monotone: Add code to default mergerc file to run _MTN/ikiwiki-netsync-hook when a commit is merged in from the net. + * tla: Remove call to escapeHTML when constructing recentchanges message; + the html is escaped at a different level. Closes: #466495 + * bzr, mercurial: Remove unused import of escapeHTML. -- Josh Triplett <josh@freedesktop.org> Sun, 10 Feb 2008 13:18:58 -0800 |