Skip to content

Commit c4b343e

Browse files
committed
Fix HTML doctype tag
1 parent ba7d469 commit c4b343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopher.filter.dpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ static void read_data(int s) {
378378

379379
static void render_dir(int s, const char *url) {
380380
dpi_send_header(url, "text/html");
381-
printf("<doctype html>");
381+
printf("<!DOCTYPE html>");
382382
printf("<html><head><title>");
383383
print_htmlenc(url);
384384
printf("</title></head><body><table>");

0 commit comments

Comments
 (0)