diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist
index aba7e17..5346e7e 100644
--- a/src/macosx/Info.plist
+++ b/src/macosx/Info.plist
@@ -5,7 +5,7 @@
CFBundleExecutable
xulrunner
CFBundleGetInfoString
- 0.9 beta3
+ 0.9 beta4
CFBundleIconFile
kiwix.icns
CFBundleIdentifier
diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp
index b43b28e..b2f0d66 100644
--- a/src/server/kiwix-serve.cpp
+++ b/src/server/kiwix-serve.cpp
@@ -284,7 +284,7 @@ static int accessHandlerCallback(void *cls,
cout << "mimeType: " << mimeType << endl;
} else {
cout << "Failed to find " << urlStr << endl;
- content = "
Not Found
The requested URL " + urlStr + "was not found on this server.
" ;
+ content = "Not Found
The requested URL " + urlStr + " was not found on this server.
" ;
mimeType = "text/html";
httpResponseCode = MHD_HTTP_NOT_FOUND;
}