summaryrefslogtreecommitdiffabout
path: root/html.c
Side-by-side diff
Diffstat (limited to 'html.c') (more/less context) (ignore whitespace changes)
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index c0b2ed4..175b4b6 100644
--- a/html.c
+++ b/html.c
@@ -160,2 +160,4 @@ void html_filemode(unsigned short mode)
html("l");
+ else if (S_ISDIRLNK(mode))
+ html("m");
else
@@ -166,2 +168 @@ void html_filemode(unsigned short mode)
}
-