From: André Malo Date: Wed, 15 Sep 2004 20:24:19 +0000 (+0000) Subject: use HTML 2.0
X-Git-Tag: 2.1.1~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254940aec6fc03834dd3b8296a3c76ef9f617f32;p=thirdparty%2Fapache%2Fhttpd.git use HTML 2.0
PR: 30732 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105162 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index a85081686f6..a69609a2239 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -2417,7 +2417,7 @@ AP_DECLARE(void) ap_send_error_response(request_rec *r, int recursive_error) "\nerror was encountered while trying to use an " "ErrorDocument to handle the request.

\n", NULL); } - ap_rvputs_proto_in_ascii(r, ap_psignature("
\n", r), NULL); + ap_rvputs_proto_in_ascii(r, ap_psignature("
\n", r), NULL); ap_rvputs_proto_in_ascii(r, "\n", NULL); } ap_finalize_request_protocol(r);