diff options
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn b/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn new file mode 100644 index 000000000..f9c5c2344 --- /dev/null +++ b/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn @@ -0,0 +1,3 @@ +If rootpage is "foo/Bar" and a directory "foo/bar" exists already, the new pages go into the "foo/Bar" directory instead of the existing "foo/bar". + +But maybe this is intended behavior? --rdennis |