diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-04 20:11:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-04 20:11:07 +0000 |
commit | 695ddeb840f46b65c5924d83302a563e83bfef7e (patch) | |
tree | bdda82351f2db7dd7be37d73ae8d09a613f7216b /doc/bugs | |
parent | 029651d63dff0c7e9ec476c1d00c2ae7f179ef35 (diff) | |
download | ikiwiki-695ddeb840f46b65c5924d83302a563e83bfef7e.tar ikiwiki-695ddeb840f46b65c5924d83302a563e83bfef7e.tar.gz |
web commit by http://willthompson.co.uk/
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn | 1 |
1 files changed, 1 insertions, 0 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 new file mode 100644 index 000000000..9198a346e --- /dev/null +++ b/doc/bugs/special_characters_in_tag_names_need_manual_escaping.mdwn @@ -0,0 +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 |