From 3493aa4d2dd8ec1ef8c5bccd33eddbe5c2dfbb15 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 17 Mar 2024 00:59:53 +0100 Subject: [PATCH] Remove (non-standard) tags for bad (broken) directory listing entries --- svr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svr.js b/svr.js index 3cfe581..27d5da8 100644 --- a/svr.js +++ b/svr.js @@ -3706,9 +3706,9 @@ if (!cluster.isPrimary) { directoryListingRows.push( "\"[BAD]\"" + + "\">" + ename.replace(/&/g, "&").replace(//g, ">") + - "-" + + "-" + (estats ? estats.mtime.toDateString() : "-") + "\r\n" );