aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-04 20:17:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-04 20:17:42 +0000
commitb8be74be61bddae508802203685903061dd5b4ed (patch)
tree54976108053503ca99ff5ef0e94553d92dabde31 /doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn
parentad9f21f0e8ac66ecd7361e75f26a1e18cba41d24 (diff)
downloadikiwiki-b8be74be61bddae508802203685903061dd5b4ed.tar
ikiwiki-b8be74be61bddae508802203685903061dd5b4ed.tar.gz
web commit by http://willthompson.co.uk/: I suck at wikilinks.
Diffstat (limited to 'doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn')
-rw-r--r--doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn b/doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn
index 2b356428a..20ddc2ce7 100644
--- a/doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn
+++ b/doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn
@@ -1 +1 @@
-Having read [[i18n characters in post title]], I have a page named `St John's` in a file named `St_John__39__s.mdwn`. Regular wikilinks like `\\[[St_John's]]` successfully point to that page. However, if I tag a page with `\[[tag St_John's]]`, that link is shown as pointing to a non-existant page. Modify the tag to read `\[[tag St_John__39__s]]` works around the problem. \ No newline at end of file
+Having read [[i18n_characters_in_post_title]], I have a page named `St John's` in a file named `St_John__39__s.mdwn`. Regular wikilinks like `\\[[St_John's]]` successfully point to that page. However, if I tag a page with `\[[tag St_John's]]`, that link is shown as pointing to a non-existant page. Modify the tag to read `\[[tag St_John__39__s]]` works around the problem. \ No newline at end of file