mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
PR62989: DOCTYPE tags in server-generated HTML.
Submitted By: Andra Farkas <deepbluemistake gmail.com>, Giovanni Bechis <giovanni paclan.it> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1564,7 +1564,7 @@ static void balancer_display_page(request_rec *r, proxy_server_conf *conf,
|
||||
}
|
||||
else {
|
||||
ap_set_content_type(r, "text/html; charset=ISO-8859-1");
|
||||
ap_rputs(DOCTYPE_HTML_3_2
|
||||
ap_rputs(DOCTYPE_HTML_4_01
|
||||
"<html><head><title>Balancer Manager</title>\n", r);
|
||||
ap_rputs("<style type='text/css'>\n"
|
||||
"table {\n"
|
||||
|
Reference in New Issue
Block a user