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
This commit is contained in:
Eric Covener
2021-07-02 12:28:59 +00:00
parent 1a0e700383
commit 90743b00c7

View 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"));