]> granicus.if.org Git - apache/commitdiff
Coexist within the XHTML changes to http_protocol.c
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 30 Jul 2001 04:38:02 +0000 (04:38 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 30 Jul 2001 04:38:02 +0000 (04:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89780 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 5005b20bfcaebdca8a1cd3522acd7203b86ed866..2d1a69e1914beb1e877129989c1906c64c027bf6 100644 (file)
@@ -498,7 +498,7 @@ static void get_mime_headers(request_rec *r)
             r->status = HTTP_BAD_REQUEST;
             apr_table_setn(r->notes, "error-notes",
                           "The number of request header fields exceeds "
-                          "this server's limit.<P>\n");
+                          "this server's limit.");
             return;
         }
         /* ap_getline returns (size of max buffer - 1) if it fills up the
@@ -510,7 +510,7 @@ static void get_mime_headers(request_rec *r)
             apr_table_setn(r->notes, "error-notes",
                           apr_pstrcat(r->pool,
                                       "Size of a request header field "
-                                      "exceeds server limit.<P>\n"
+                                      "exceeds server limit.<br />\n"
                                       "<pre>\n",
                                       ap_escape_html(r->pool, field),
                                       "</pre>\n", NULL));
@@ -524,7 +524,7 @@ static void get_mime_headers(request_rec *r)
             apr_table_setn(r->notes, "error-notes",
                           apr_pstrcat(r->pool,
                                       "Request header field is missing "
-                                      "colon separator.<P>\n"
+                                      "colon separator.<br />\n"
                                       "<pre>\n",
                                       ap_escape_html(r->pool, copy),
                                       "</pre>\n", NULL));