Change setEnv arg
[hcoop/domtool2.git] / lib / mod_env.dtl
index 21f2021..305ef1f 100644 (file)
@@ -1,5 +1,5 @@
 {{Support for Apache's mod_env, which deals with UNIX environment variables}}
 
-extern val setEnv : no_spaces -> no_spaces -> [^Vhost];
+extern val setEnv : no_spaces -> no_newlines -> [^Vhost];
 {{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_env.html#setenv">the
   Apache documentation</a>.}}