diff options
author | Simon McVittie <smcv@debian.org> | 2017-06-22 10:53:17 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2017-06-22 10:53:17 +0100 |
commit | 7de336cbeeba470d452ca047c978aea506d2bcca (patch) | |
tree | 1ad0ca7ae1eb2a19a23a974d6e563100a847267c /debian | |
parent | 664f1f19779a31f42a391182ee2808921803ed76 (diff) | |
download | ikiwiki-7de336cbeeba470d452ca047c978aea506d2bcca.tar ikiwiki-7de336cbeeba470d452ca047c978aea506d2bcca.tar.gz |
debian/changelog: Add missing credit for toc fix
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6424c5a4d..ef1ff1f40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,7 +21,8 @@ ikiwiki (3.20170622) unstable; urgency=medium if the osm plugin is not actually enabled. (Closes: #719913) * toc: if the heading is of the form <h1 id="...">, use that for the link in the table of contents (but continue to generate - <a name="index42"></a> in case someone was relying on it) + <a name="index42"></a> in case someone was relying on it). + Thanks, Antoine Beaupré * color: Do not leak markup into contexts that take only the plain text, such as toc * meta: Document [[!meta name="foo" content="bar"]] |