Expanding TXT support
[hcoop/domtool2.git] / lib / web_apps.dtl
index db84444..f17e8e8 100644 (file)
@@ -22,7 +22,7 @@ val addMoinMoin = begin
   script <- Script;
 
   alias htdocs "/usr/share/moin/htdocs";
-  scriptAlias prefix script
+  scriptAlias prefix (end_in_slash script)
 end;
 {{Add a MoinMoin wiki to a vhost.}}