aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dir.c3
-rw-r--r--wfm.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/dir.c b/dir.c
index 9919251..d352ee4 100644
--- a/dir.c
+++ b/dir.c
@@ -169,7 +169,8 @@ void dirlist(void) {
".hovin { border: none; padding: 0px; background-color: transparent; color: #FF0000; }\n"
"-->\n"
"</STYLE>\n"
- "<META HTTP-EQUIV=\"Content-type\" CONTENT=\"text/html;charset=UTF-8\">\n"
+ "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;charset=US-ASCII\">\n"
+ "<META HTTP-EQUIV=\"Content-Language\" CONTENT=\"en\">\n"
"<META NAME=\"viewport\" CONTENT=\"width=device-width\">\n"
"<LINK REL=\"icon\" TYPE=\"image/gif\" HREF=\"%s%s\">\n"
"</HEAD>\n"
diff --git a/wfm.h b/wfm.h
index 7c0c5d9..407524c 100644
--- a/wfm.h
+++ b/wfm.h
@@ -22,7 +22,8 @@
"<HTML LANG=\"en\">\n" \
copyright \
"<HEAD>\n" \
- " <META HTTP-EQUIV=\"Content-type\" CONTENT=\"text/html;charset=US-ASCII\">\n" \
+ " <META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;charset=US-ASCII\">\n" \
+ " <META HTTP-EQUIV=\"Content-Language\" CONTENT=\"en\">\n" \
" <META NAME=\"viewport\" CONTENT=\"width=device-width\">\n" \
CSS_STYLE