diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 09:48:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 09:48:59 +0000 |
commit | b365d864c507c9f6e3374c1fb7c854ddb495aeae (patch) | |
tree | e8e4f848c6374d64394421a3c0b28da622896ba3 /debian | |
parent | b39495f5015d0e5037db7682a2dc625abb26c5b8 (diff) |
My fix to support encoded underscores in page titles broke links to pages
with underscores in their filenames, since the link code also used
titlepage. Create a new linkpage function and have the link code use that
instead.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 18d1462e9..4243e527c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ ikiwiki (1.45) UNRELEASED; urgency=low * Fix some nasty issues with page name escaping during previewing (introduced in 1.44). - -- Joey Hess <joeyh@debian.org> Wed, 7 Mar 2007 03:59:39 -0500 + -- Joey Hess <joeyh@debian.org> Wed, 7 Mar 2007 04:47:40 -0500 ikiwiki (1.44) unstable; urgency=low |