web commit by http://jblevins.org/: A note about a related bug

master
Joey Hess 2008-03-16 20:48:29 -04:00
parent 1dae7f0e41
commit 1a84bbcb9a
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
When using the search plugin, results are linked to `foo/bar/index.html`,
whether or not use_dirs is enabled; when use_dirs is enabled, the link should
point to `foo/bar/` instead.
> Similarly, after editing a page `foo/bar/`, the user is redirected to
> `foo/bar/index.html?updated` instead of `foo/bar/?updated`.
> --[Jason Blevins](http://jblevins.org/)