diff --git a/src/bin/http_of_dir.ml b/src/bin/http_of_dir.ml index d541369a..792e6132 100644 --- a/src/bin/http_of_dir.ml +++ b/src/bin/http_of_dir.ml @@ -49,7 +49,7 @@ let html_list_dir ~top ~parent d : string = Array.sort compare entries; let body = Buffer.create 256 in (* TODO: breadcrumbs for the path, each element a link to the given ancestor dir *) - Printf.bprintf body {| http_of_dir %S + Printf.bprintf body {| http_of_dir %S

Index of %S

|} top d;