diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-26 16:45:53 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-26 16:45:53 -0400 |
commit | 10822a22b3d8872afb31e1847ee7448af86c574d (patch) | |
tree | 77a47c4b3a38d69759c1b4faa47108b1daa4481d /debian/changelog | |
parent | 3481a35953c0f8e858b382829c239411b06889c4 (diff) |
comments: Fix anchor ids to be legal xhtml. Closes: #521339
Well, that was a PITA.
Luckily, this doesn't break guids to comments in rss feeds,
though it does change the links.
I haven't put in a warning about needing to rebuild to get
this fix. It's probably good enough for new comments to get the
fix, without a lot of mass rebuilding.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4ba32c8d6..158db9a4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ ikiwiki (3.09) UNRELEASED; urgency=low * css: Add clear: both to inlinefooter. * comments: Fix too loose test for comments pages that matched normal pages with "comment_" in their name. Closes: #521322 + * comments: Fix anchor ids to be legal xhtml. Closes: #521339 -- Joey Hess <joeyh@debian.org> Thu, 19 Mar 2009 15:32:49 -0400 |