ikiwiki/doc/bugs/Cannot_inline_pages_with_ap...

6 lines
485 B
Plaintext
Raw Normal View History

2008-10-02 20:49:40 +02:00
If I create a page whose title contains an apostrophe, then inlining that
page produces nothing. It looks like the inline plugin is failing to do
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.
2008-08-23 21:45:44 +02:00
> I can't reproduce that (btw, an apostrophe would be `__39__`) --[[Joey]]