diff --git a/basis/http/server/static/static.factor b/basis/http/server/static/static.factor index 9fe50ae034..5b720afb7a 100644 --- a/basis/http/server/static/static.factor +++ b/basis/http/server/static/static.factor @@ -66,7 +66,7 @@ TUPLE: file-responder root hook special index-names allow-listings ; [ file-name ] [ drop f ] [ - [ file-name ] [ [ [ file>html ] map ] with-directory-files ] bi + [ file-name ] [ [ natural-sort [ file>html ] map ] with-directory-files ] bi [XML

<->

XML] ] tri simple-page ;