diff options
-rw-r--r-- | cgi.c | 2 | ||||
-rw-r--r-- | man.cgi.7 | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -946,7 +946,7 @@ main(void) progname = ""; if (NULL == (css = getenv("CSS_DIR"))) - css = "/"; + css = ""; if (NULL == (host = getenv("HTTP_HOST"))) host = "localhost"; @@ -74,8 +74,10 @@ default. The absolute path of the .Xr catman 8 cache directory. +This must not have a trailing slash. .It Ev CSS_DIR Prepended to CSS file links. +This must not have a trailing slash. .El .Sh FILES .Bl -tag -width Ds |