diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-29 12:54:30 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-29 12:54:30 +0200 |
commit | ed360d045a070569cd7bf3f9518c107b1e851cdb (patch) | |
tree | a788395317cb904d57415e0af382004d46ddf5ae /debian | |
parent | 65a7bc4e06efdbc5eac4b5b8fe76eb0344fcab3f (diff) | |
download | ikiwiki-ed360d045a070569cd7bf3f9518c107b1e851cdb.tar ikiwiki-ed360d045a070569cd7bf3f9518c107b1e851cdb.tar.gz |
Fix escaping of html entities in tag names.
Example case was a tag with & in its name, which resulted in a malformed
rss feed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 20c5d20c7..66389f3fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ ikiwiki (3.20110716) UNRELEASED; urgency=low * Fix typo in Danish translation of shortcuts page that caused expoentional regexp blowup. * Fix escaping of html entities in permalinks. + * Fix escaping of html entities in tag names. -- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2011 11:22:52 -0400 |