apache: fix missing newline in fastScriptAlias
[hcoop/domtool2.git] / src / plugins / apache.sml
index f88fb35..6de4f1b 100644 (file)
@@ -804,7 +804,7 @@ val () = Env.action_two "fastScriptAlias"
              write "\t\tFcgidWrapper \"";
              write (Config.Apache.fastCgiWrapperOf (Domain.getUser ()));
              write "\"\n";
              write "\t\tFcgidWrapper \"";
              write (Config.Apache.fastCgiWrapperOf (Domain.getUser ()));
              write "\"\n";
-             write "\t</Location>"))
+             write "\t</Location>\n"))
 
 val () = Env.action_two "errorDocument"
         ("code", Env.string, "handler", Env.string)
 
 val () = Env.action_two "errorDocument"
         ("code", Env.string, "handler", Env.string)