shithub: werc

Download patch

ref: 688711201e6e0715936a10fec63fa00ce8e6b914
parent: 9b2054f1e745f35252a5a405d2e1c340ae840ae9
author: uriel <uriel@engel.se.cat-v.org>
date: Mon Oct 13 21:48:17 EDT 2008

Minnor comment change

--- a/bin/controller.rc
+++ b/bin/controller.rc
@@ -179,7 +179,7 @@
     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$//' }