diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 22:15:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 22:15:11 +0000 |
commit | 2476447a5b10843670287e0896871f68c3b9d1c6 (patch) | |
tree | 78fc8212171b81e637d4f828b48b49503fa891f9 /debian | |
parent | c1cd1ca9628431a5e190bbba5e6695c85b04a787 (diff) |
changed my mind about how to disambiguate links, it seems to make more
sense to start them with a /
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5c64cd84c..bc2a384df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,9 +18,7 @@ ikiwiki (1.36) UNRELEASED; urgency=low like, if you want. * Patch from Emanuele Aina to fix modification time code in mercurual backend. - * Add support for links of the form [[../foo]], this links to the page - foo a level higher in the directory hierarchy than the one it would link - to by default. + * Add support for links of the form [[/foo]] * Fix code to make absolute urls for rss feeds, was missing some urls. * Fix double-escaping of html entities in titles etc in rss feeds that occured if escaped characters were present in the page filename. |