From 254940aec6fc03834dd3b8296a3c76ef9f617f32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 15 Sep 2004 20:24:19 +0000 Subject: [PATCH] use HTML 2.0
PR: 30732 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105162 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2