mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
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:
@ -1013,7 +1013,7 @@ static const char *get_canned_error_string(int status,
|
|||||||
case HTTP_NOT_IMPLEMENTED:
|
case HTTP_NOT_IMPLEMENTED:
|
||||||
s1 = apr_pstrcat(p,
|
s1 = apr_pstrcat(p,
|
||||||
"<p>",
|
"<p>",
|
||||||
ap_escape_html(r->pool, r->method), " ",
|
ap_escape_html(r->pool, r->method),
|
||||||
" not supported for current URL.<br />\n",
|
" not supported for current URL.<br />\n",
|
||||||
NULL);
|
NULL);
|
||||||
return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
|
return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
|
||||||
|
Reference in New Issue
Block a user