aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-02-24 07:36:32 -0500
committerJoey Hess <joey@kitenet.net>2008-02-24 07:36:32 -0500
commit81081787458a907d023d55939f6e7568a52a0f27 (patch)
tree8ad5aad429ef536c064e6f5fd27720f811a1cf6d /doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn
parent0fa210aed4e76fa4b9debc7e0b02b87906496b06 (diff)
downloadikiwiki-81081787458a907d023d55939f6e7568a52a0f27.tar
ikiwiki-81081787458a907d023d55939f6e7568a52a0f27.tar.gz
web commit by rdennis
Diffstat (limited to 'doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn')
-rw-r--r--doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn3
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