diff options
author | tumashu1 <tumashu1@web> | 2018-11-28 03:55:15 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-11-28 03:55:15 -0400 |
commit | ed75506af73b5c26ea0e5db498ef9b626fdf34a2 (patch) | |
tree | 182d708c0e5cb75a5ea79f51c0a9e9a4646708e8 /doc | |
parent | 02c1b8b8c77a58b1f5b3575a3f0d8ed58117e041 (diff) | |
download | ikiwiki-ed75506af73b5c26ea0e5db498ef9b626fdf34a2.tar ikiwiki-ed75506af73b5c26ea0e5db498ef9b626fdf34a2.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/About___37__2F_problem.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/About___37__2F_problem.mdwn b/doc/bugs/About___37__2F_problem.mdwn index 9a8fed22f..4b5ae384d 100644 --- a/doc/bugs/About___37__2F_problem.mdwn +++ b/doc/bugs/About___37__2F_problem.mdwn @@ -14,3 +14,10 @@ Its url include a %2F, like below: > http://172.16.0.109/ikiwiki.cgi?do=blog&from=.%2Fbugs&subpage=1&title=aaa I use ikiwiki 3.20180311 + +---- + +I have found that it is not "%2F"'s problem, it just that inline directive can +not deal with Chinese char, the below link can work + + http://172.16.0.109/ikiwiki.cgi?do=blog&from=aaa%2Fbugs&subpage=1&title=aaa |