]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove extra whitespace in HTTP_NOT_IMPLEMENTED
authorEric Covener <covener@apache.org>
Fri, 2 Jul 2021 12:28:59 +0000 (12:28 +0000)
committerEric Covener <covener@apache.org>
Fri, 2 Jul 2021 12:28:59 +0000 (12:28 +0000)
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

modules/http/http_protocol.c

index fd6fb88dbfde5d9dedce74883e90509a8f9e2300..9cae54aee7d6cf7880581bcf937f1442a0a1167a 100644 (file)
@@ -1013,7 +1013,7 @@ static const char *get_canned_error_string(int status,
     case HTTP_NOT_IMPLEMENTED:
         s1 = apr_pstrcat(p,
                          "<p>",
-                         ap_escape_html(r->pool, r->method), " ",
+                         ap_escape_html(r->pool, r->method),
                          " not supported for current URL.<br />\n",
                          NULL);
         return(add_optional_notes(r, s1, "error-notes", "</p>\n"));