Add a slash
authoradamch <adamch>
Tue, 20 Nov 2007 00:15:03 +0000 (00:15 +0000)
committeradamch <adamch>
Tue, 20 Nov 2007 00:15:03 +0000 (00:15 +0000)
lib/web_apps.dtl

index 9d6bb9f..db84444 100644 (file)
@@ -29,7 +29,7 @@ end;
 val moinMoin = \ host : (host) ->
   web host with
     addMoinMoin where
-      Htdocs = "moin";
+      Htdocs = "/moin";
       Prefix = "/"
     end
   end;