diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 7817ef2..0bae9b6 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -275,7 +275,7 @@ static int accessHandlerCallback(void *cls, if (isVerbose()) cout << "Failed to find " << urlStr << endl; - content = "\n
The requested URL " + urlStr + " was not found on this server.
"; + content = "\nThe requested URL " + urlStr + " was not found on this server.
"; mimeType = "text/html"; httpResponseCode = MHD_HTTP_NOT_FOUND; }