From: Eric Covener Date: Fri, 2 Jul 2021 12:28:59 +0000 (+0000) Subject: remove extra whitespace in HTTP_NOT_IMPLEMENTED X-Git-Tag: 2.5.0-alpha2-ci-test-only~909 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90743b00c7ff34f1fa45d51cb29b9b21209f776a;p=thirdparty%2Fapache%2Fhttpd.git remove extra whitespace in HTTP_NOT_IMPLEMENTED Github: closes #196 Submitted By: Rajeeva Lochana git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891200 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index fd6fb88dbfd..9cae54aee7d 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1013,7 +1013,7 @@ static const char *get_canned_error_string(int status, case HTTP_NOT_IMPLEMENTED: s1 = apr_pstrcat(p, "

", - ap_escape_html(r->pool, r->method), " ", + ap_escape_html(r->pool, r->method), " not supported for current URL.
\n", NULL); return(add_optional_notes(r, s1, "error-notes", "

\n"));