diff --git a/Userland/Services/WebServer/Client.cpp b/Userland/Services/WebServer/Client.cpp index 081ed297c2b..240889d5788 100644 --- a/Userland/Services/WebServer/Client.cpp +++ b/Userland/Services/WebServer/Client.cpp @@ -288,6 +288,7 @@ void Client::send_error_response(unsigned code, HTTP::HttpRequest const& request builder.append(header); builder.append("\r\n"); } + builder.append("Content-Type: text/html; charset=UTF-8\r\n"); builder.append("\r\n"); builder.append("

");