]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
use HTML 2.0 <hr>
authorAndré Malo <nd@apache.org>
Wed, 15 Sep 2004 20:24:19 +0000 (20:24 +0000)
committerAndré Malo <nd@apache.org>
Wed, 15 Sep 2004 20:24:19 +0000 (20:24 +0000)
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

index a85081686f6bd9bb527c126e6ecf5e9ca2db05b0..a69609a2239ab62d1ecb0152fc53673e9fcccb74 100644 (file)
@@ -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.</p>\n", NULL);
         }
-        ap_rvputs_proto_in_ascii(r, ap_psignature("<hr />\n", r), NULL);
+        ap_rvputs_proto_in_ascii(r, ap_psignature("<hr>\n", r), NULL);
         ap_rvputs_proto_in_ascii(r, "</body></html>\n", NULL);
     }
     ap_finalize_request_protocol(r);