aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/inline_postform_empty_title.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-21 13:51:42 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-21 13:51:42 -0400
commit68e23206961862a2b05f99ea0bbe82fe28e21367 (patch)
tree4144177b85738b5b585f43819c4a6861da96e193 /doc/bugs/inline_postform_empty_title.mdwn
parent8a638d6b53b5d289c1a233ed3ef2dc0a58fe4369 (diff)
downloadikiwiki-68e23206961862a2b05f99ea0bbe82fe28e21367.tar
ikiwiki-68e23206961862a2b05f99ea0bbe82fe28e21367.tar.gz
inline: Prevent creating a file named ".mdwn" when the postform is submitted with an empty title.
Diffstat (limited to 'doc/bugs/inline_postform_empty_title.mdwn')
-rw-r--r--doc/bugs/inline_postform_empty_title.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/inline_postform_empty_title.mdwn b/doc/bugs/inline_postform_empty_title.mdwn
index 4de08af86..5fa610285 100644
--- a/doc/bugs/inline_postform_empty_title.mdwn
+++ b/doc/bugs/inline_postform_empty_title.mdwn
@@ -1,4 +1,6 @@
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]]
+--[[Joey]]
+
+> [[done]]; made it error out in this case.