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:12:38 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-04 20:12:38 +0000
commitad9f21f0e8ac66ecd7361e75f26a1e18cba41d24 (patch)
tree3c6b2d64cb3eecfcea8c29d67851b68f9b64902d /doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn
parent695ddeb840f46b65c5924d83302a563e83bfef7e (diff)
downloadikiwiki-ad9f21f0e8ac66ecd7361e75f26a1e18cba41d24.tar
ikiwiki-ad9f21f0e8ac66ecd7361e75f26a1e18cba41d24.tar.gz
web commit by http://willthompson.co.uk/: hrm, my link is not escaped.
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 9198a346e..2b356428a 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