mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03: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:
@@ -524,7 +524,7 @@ static apr_status_t proxy_send_dir_filter(ap_filter_t *f,
|
||||
|
||||
/* print "ftp://host/" */
|
||||
escpath = ap_escape_html(p, path);
|
||||
str = apr_psprintf(p, DOCTYPE_HTML_3_2
|
||||
str = apr_psprintf(p, DOCTYPE_HTML_4_01
|
||||
"<html>\n <head>\n <title>%s%s%s</title>\n"
|
||||
"<base href=\"%s%s%s\">\n"
|
||||
" </head>\n"
|
||||
|
Reference in New Issue
Block a user