Minnor comment change

This commit is contained in:
Uriel 2008-10-14 01:48:17 +02:00
parent 8877df8fe1
commit 4ceb1e936d

View file

@ -179,7 +179,7 @@ fn select_handler {
if not if (test -f $body.html)
set_handler html_handler $body.html
# Explicit .html urls, usually the web server will handle this as static files
# Explicit .html urls, unfortunately usually the web server will handle this as static files
if not if (~ $body *.html && test -f $body)
perm_redirect `{ echo $REQUEST_URI|sed 's/.html$//' }