diff options
author | tumashu1 <tumashu1@web> | 2018-11-28 03:36:09 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-11-28 03:36:09 -0400 |
commit | 02c1b8b8c77a58b1f5b3575a3f0d8ed58117e041 (patch) | |
tree | 4bf4a857fb77b8b0b6318ca91d4487cbecef742d /doc | |
parent | de68616b9d45c73ad0dfa15db867e0963090c318 (diff) | |
download | ikiwiki-02c1b8b8c77a58b1f5b3575a3f0d8ed58117e041.tar ikiwiki-02c1b8b8c77a58b1f5b3575a3f0d8ed58117e041.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/About___37__2F_problem.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/About___37__2F_problem.mdwn b/doc/bugs/About___37__2F_problem.mdwn new file mode 100644 index 000000000..9a8fed22f --- /dev/null +++ b/doc/bugs/About___37__2F_problem.mdwn @@ -0,0 +1,16 @@ +I use inline to create a blog like the below: + + \[[!inline pages="./bugs/* and !./bugs/done and !./bugs/discussion and + !link(patch) and !link(./bugs/done) and !./bugs/*/*" + actions=yes rootpage="./bugs" postform="yes" postformtext="请用一句话简述问题,然后点击 Edit 按钮添加具体细节" show=0]] + + +When I use posform to add a new page, it show: + +> Error: bad page name + +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 |