diff options
-rwxr-xr-x | rc/bin/rc-httpd/handlers/dir-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/rc-httpd/handlers/dir-index b/rc/bin/rc-httpd/handlers/dir-index index 39452bfd7..31e5b0236 100755 --- a/rc/bin/rc-httpd/handlers/dir-index +++ b/rc/bin/rc-httpd/handlers/dir-index @@ -82,7 +82,7 @@ function hrsize(size){ if(size > 1024) return sprintf("%.1fKB", size/1024) return sprintf("%iB", size) } -/^-/ { +/^(-|a)/ { print "<tr>" print "<td class=\"size\">"hrsize($6)"</td>" print "<td class=\"month\">"$7"</td>" |