diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 3df0eeb..7817ef2 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -254,7 +254,7 @@ static int accessHandlerCallback(void *cls, mimeType = "text/html; charset=utf-8"; } else { - content = "
There is no article with the title \"" + patternString + "\" and the fulltext search engine is not available for this content.
"; + content = "\nThere is no article with the title \"" + patternString + "\" and the fulltext search engine is not available for this content.
"; mimeType = "text/html"; httpResponseCode = MHD_HTTP_NOT_FOUND; } @@ -274,8 +274,8 @@ static int accessHandlerCallback(void *cls, } else { if (isVerbose()) cout << "Failed to find " << urlStr << endl; - - content = "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; } @@ -581,7 +581,7 @@ int main(int argc, char **argv) { "