diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 98ed95a..87f5792 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -293,7 +293,7 @@ static int accessHandlerCallback(void *cls, } pthread_mutex_unlock(&searcherLock); } else { - content = "\nFulltext search unavailable

Not Found

There is no article with the title \"" + patternString + "\" and the fulltext search engine is not available for this content.

"; + content = "\nFulltext search unavailable

Nott Found

There 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; }