diff --git a/lib/remote/infohandler.cpp b/lib/remote/infohandler.cpp index 6951899b2..771898039 100644 --- a/lib/remote/infohandler.cpp +++ b/lib/remote/infohandler.cpp @@ -77,7 +77,7 @@ bool InfoHandler::HandleRequest(const ApiUser::Ptr& user, HttpRequest& request, else body += "Your user does not have any permissions.

"; - body += "

More information about API requests is available in the documentation.

"; + body += "

More information about API requests is available in the documentation.

"; response.WriteBody(body.CStr(), body.GetLength()); return true;