]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/Cannot_inline_pages_with_apostrophes_in_title.mdwn
This reverts commit 1878edd89c0e2c5206ec2d39f8c975f62d2c81fd
[git.ikiwiki.info.git] / doc / bugs / Cannot_inline_pages_with_apostrophes_in_title.mdwn
1 If I create a page whose title contains an apostrophe, then inlining that
2 page produces nothing.  It looks like the inline plugin is failing to do
3 the translation from apostrophe to `_39_` that other parts of the system do, so although one can make wikilinks to such pages and have them detected as existing (for instance, by the conditional plugin), inline looks in the wrong place and doesn't see the page.
5 > I can't reproduce that (btw, an apostrophe would be `__39__`) --[[Joey]]
7 [[done]]