diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-21 13:44:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-21 13:44:57 -0400 |
commit | 8a638d6b53b5d289c1a233ed3ef2dc0a58fe4369 (patch) | |
tree | 2419d36a14b4d8ab46561d5dc7ff59f30e92c92b | |
parent | acd014e988f32d5ebdf8aed2b79d3e6aaf28a7da (diff) | |
download | ikiwiki-8a638d6b53b5d289c1a233ed3ef2dc0a58fe4369.tar ikiwiki-8a638d6b53b5d289c1a233ed3ef2dc0a58fe4369.tar.gz |
bug
-rw-r--r-- | doc/bugs/inline_postform_empty_title.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/inline_postform_empty_title.mdwn b/doc/bugs/inline_postform_empty_title.mdwn new file mode 100644 index 000000000..4de08af86 --- /dev/null +++ b/doc/bugs/inline_postform_empty_title.mdwn @@ -0,0 +1,4 @@ +When using inline with postform=yes, the user can click on the edit button +without providing a title, and are allowed to save the page. This results +in a file with a name like ".mdwn", which ikiwiki won't render. +-[[Joey]] |