diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2013-09-17 03:52:14 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-17 03:52:14 -0400 |
commit | aa926392b0a80e3016cccaca8c359dbfe9363c49 (patch) | |
tree | 3c9d98f2c1d293177c405f312af5989aeaf4bb7c /doc | |
parent | efa999e44d002e36ea532dfec9c8b63ec69405b5 (diff) | |
download | ikiwiki-aa926392b0a80e3016cccaca8c359dbfe9363c49.tar ikiwiki-aa926392b0a80e3016cccaca8c359dbfe9363c49.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/__91____91____33__inline_postform__61__no__93____93___doesn__39__t_disable_it.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/__91____91____33__inline_postform__61__no__93____93___doesn__39__t_disable_it.mdwn b/doc/bugs/__91____91____33__inline_postform__61__no__93____93___doesn__39__t_disable_it.mdwn new file mode 100644 index 000000000..adb4bb330 --- /dev/null +++ b/doc/bugs/__91____91____33__inline_postform__61__no__93____93___doesn__39__t_disable_it.mdwn @@ -0,0 +1,8 @@ +The [[ikiwiki/directive/inline]] directive generates a form if +it has either rootpage, or postform with a "yes-like" value. This +means that + + \[[!inline pages=... rootpage=sandbox postform=no]] + +does have a form. I would expect it not to (although +mentioning rootpage there is useless). |