Fix a bug with links to pages whose names contained colons.
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 8 Jul 2008 14:03:55 +0000 (10:03 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 8 Jul 2008 14:03:55 +0000 (10:03 -0400)
commite25c3a0a7caa9783c657efe86611929ecb7bd4a3
tree96dadbde10a8341f10f5e60f4b692fe4c889365a
parent42dcf37016fb79ce31e63e8683ad614413d29414
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.
IkiWiki.pm
debian/changelog