diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 8c204df..04a48db 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -297,7 +297,7 @@ static int accessHandlerCallback(void *cls, } pthread_mutex_unlock(&searcherLock); } else { - content = "\n
There is no article with the title \"" + kiwix::encodeDiples(patternString) + "\" and the fulltext search engine is not available for this content.
"; + content = "\nThere is no article with the title \"" + kiwix::encodeDiples(patternString) + "\" and the fulltext search engine is not available for this content.
"; httpResponseCode = MHD_HTTP_NOT_FOUND; }