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

(-)oldhttpd-2.4.37/modules/generators/mod_autoindex.c (-1 / +1 lines)
Lines 179-185 Link Here
179
                  " <head>\n  <title>Index of ", title,
179
                  " <head>\n  <title>Index of ", title,
180
                  "</title>\n", NULL);
180
                  "</title>\n", NULL);
181
    } else {
181
    } else {
182
        ap_rvputs(r, DOCTYPE_HTML_3_2,
182
        ap_rvputs(r, DOCTYPE_HTML_4_01,
183
                  "<html>\n <head>\n"
183
                  "<html>\n <head>\n"
184
                  "  <title>Index of ", title,
184
                  "  <title>Index of ", title,
185
                  "</title>\n", NULL);
185
                  "</title>\n", NULL);

Return to bug 62989