From 21a084d61dc31424d87abff07457c3664a2a769f Mon Sep 17 00:00:00 2001 From: Anders Trier Date: Tue, 18 Feb 2020 21:33:41 +0100 Subject: [PATCH] Add CRLF after the 'Parent directory' line. This makes the output easier to parse. --- ngx_http_fancyindex_module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ngx_http_fancyindex_module.c b/ngx_http_fancyindex_module.c index 0d569fd..9ce5a38 100644 --- a/ngx_http_fancyindex_module.c +++ b/ngx_http_fancyindex_module.c @@ -930,7 +930,8 @@ make_content_buf( "\">Parent directory/" "-" "-" - ""); + "" + CRLF); } /* Entries for directories and files */