View | Details | Raw Unified | Return to bug 62989
Collapse All | Expand All

(-)oldhttpd-2.4.37/modules/mappers/mod_imagemap.c (-1 / +1 lines)
Lines 477-483 Link Here
477
{
477
{
478
    ap_set_content_type(r, "text/html; charset=ISO-8859-1");
478
    ap_set_content_type(r, "text/html; charset=ISO-8859-1");
479
479
480
    ap_rvputs(r, DOCTYPE_HTML_3_2, "<html><head>\n<title>Menu for ",
480
    ap_rvputs(r, DOCTYPE_HTML_4_01, "<html><head>\n<title>Menu for ",
481
              ap_escape_html(r->pool, r->uri),
481
              ap_escape_html(r->pool, r->uri),
482
              "</title>\n</head><body>\n", NULL);
482
              "</title>\n</head><body>\n", NULL);
483
483

Return to bug 62989