diff --git a/resp.c b/resp.c index 7a7d7a2..7f75a08 100644 --- a/resp.c +++ b/resp.c @@ -68,6 +68,7 @@ resp_dir(int fd, char *name, struct request *r) if (dprintf(fd, "\n\n\t" - "Index of %s\n" - "\t\n\t\t..", + "Index of %s" + "\n\n\t\n\t\n\t\n\n") < 0) { s = S_REQUEST_TIMEOUT; goto cleanup;