swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit f474279de174f6875021cda86f174ef3ea98b5f4
parent b55f97387db008b492af14b40f23c43d474d8da7
Author: uriel@engel.se.cat-v.org <unknown>
Date:   Tue, 14 Oct 2008 01:48:17 +0200

Minnor comment change
Diffstat:
Mbin/controller.rc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/controller.rc b/bin/controller.rc @@ -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$//' }