There was an error while loading. Please reload this page.
1 parent ba7d469 commit c4b343eCopy full SHA for c4b343e
gopher.filter.dpi.c
@@ -378,7 +378,7 @@ static void read_data(int s) {
378
379
static void render_dir(int s, const char *url) {
380
dpi_send_header(url, "text/html");
381
-printf("<doctype html>");
+printf("<!DOCTYPE html>");
382
printf("<html><head><title>");
383
print_htmlenc(url);
384
printf("</title></head><body><table>");
0 commit comments