aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-02 14:49:40 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-02 14:49:40 -0400
commit5c2309ada8d969bb4556e8d76d9d53668d7f9a83 (patch)
treed0743b1957f941b785ce641684810c5ff91823f1
parentd30a7b12685d44312d89a2a1f7e24bb750556135 (diff)
downloadikiwiki-5c2309ada8d969bb4556e8d76d9d53668d7f9a83.tar
ikiwiki-5c2309ada8d969bb4556e8d76d9d53668d7f9a83.tar.gz
typo
-rw-r--r--doc/bugs/Cannot_inline_pages_with_apostrophes_in_title.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/Cannot_inline_pages_with_apostrophes_in_title.mdwn b/doc/bugs/Cannot_inline_pages_with_apostrophes_in_title.mdwn
index a95378851..7daf52f2a 100644
--- a/doc/bugs/Cannot_inline_pages_with_apostrophes_in_title.mdwn
+++ b/doc/bugs/Cannot_inline_pages_with_apostrophes_in_title.mdwn
@@ -1,3 +1,5 @@
-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.
+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.
> I can't reproduce that (btw, an apostrophe would be `__39__`) --[[Joey]]