diff --git a/Userland/Services/WebServer/Client.cpp b/Userland/Services/WebServer/Client.cpp index 2237a994c2..3d7d0f5be6 100644 --- a/Userland/Services/WebServer/Client.cpp +++ b/Userland/Services/WebServer/Client.cpp @@ -237,6 +237,10 @@ void Client::handle_directory_listing(String const& requested_path, String const builder.appendff("
", is_directory ? "folder" : "file"); builder.append(""); builder.append(escape_html_entities(name)); builder.append(" ");