aboutsummaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2017-03-19 21:41:59 -0700
committertenox <as@tenoware.com>2017-03-19 21:41:59 -0700
commitfe80514f3c8949ec53962c9c1f31be7e0938b6d2 (patch)
treef108304395f9d21f9df97000067bf757a773b1bd /dir.c
parente8f6f76436fc9aade42308f1f6107da54f70a8a1 (diff)
downloadwfm-fe80514f3c8949ec53962c9c1f31be7e0938b6d2.tar.gz
added lang=en
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.c b/dir.c
index 8cd4f89..c41927a 100644
--- a/dir.c
+++ b/dir.c
@@ -99,8 +99,8 @@ void dirlist(void) {
//
fprintf(cgiOut,
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n\"http://www.w3.org/TR/html4/loose.dtd\">\n"
- "\n%s"
- "<HTML>"
+ "\n%s\n"
+ "<HTML LANG=\"en\">\n"
"<HEAD>\n"
"<TITLE>%s : %c%s</TITLE>\n",
copyright, TAGLINE, (strlen(virt_dirname)>0) ? ' ' : '/', virt_dirname);