mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +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:
|
||||
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"));
|
||||
|
Reference in New Issue
Block a user