summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-08 10:03:55 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-08 10:03:55 -0400
commite25c3a0a7caa9783c657efe86611929ecb7bd4a3 (patch)
tree96dadbde10a8341f10f5e60f4b692fe4c889365a /debian
parent42dcf37016fb79ce31e63e8683ad614413d29414 (diff)
Fix a bug with links to pages whose names contained colons.
So the problem is that ikiwiki would generate a relative link like href="colon:problem", which web browsers treat as being in the "colon:" uri scheme. The best fix seems to be to make url beautification fix this, by slapping a "./" in front.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8cd0084f9..eee1a01b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ikiwiki (2.53) UNRELEASED; urgency=low
(Gabriel McManus)
* attachment: Fix an uninitialised value warning when editing a page
that currently has no attachments.
+ * Fix a bug with links to pages whose names contained colons.
-- Joey Hess <joeyh@debian.org> Mon, 07 Jul 2008 01:52:48 -0400