From: Adam Chlipala Date: Tue, 20 Nov 2007 00:15:03 +0000 (+0000) Subject: Add a slash X-Git-Tag: release_2010-11-19~112 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/4e38d5263ae51a78b85f09e0de1010dca6aeb57a Add a slash --- diff --git a/lib/web_apps.dtl b/lib/web_apps.dtl index 9d6bb9f..db84444 100644 --- a/lib/web_apps.dtl +++ b/lib/web_apps.dtl @@ -29,7 +29,7 @@ end; val moinMoin = \ host : (host) -> web host with addMoinMoin where - Htdocs = "moin"; + Htdocs = "/moin"; Prefix = "/" end end;